public class Font extends Object
| 构造器和说明 |
|---|
Font() |
| 限定符和类型 | 方法和说明 |
|---|---|
short |
getFontHeightInPoints() |
String |
getFontName() |
boolean |
isBold() |
void |
setBold(boolean bold) |
void |
setFontHeightInPoints(short fontHeightInPoints) |
void |
setFontName(String fontName) |
public String getFontName()
public void setFontName(String fontName)
public short getFontHeightInPoints()
public void setFontHeightInPoints(short fontHeightInPoints)
public boolean isBold()
public void setBold(boolean bold)
Copyright © 2018. All rights reserved.