public interface Font
Modifier and Type | Method and Description |
---|---|
int |
getBoldWeight()
Gets the bold weight for this font
|
Colour |
getColour()
Gets the colour for this font
|
java.lang.String |
getName()
Gets the name of this font
|
int |
getPointSize()
Gets the point size for this font, if the font hasn't been initialized
|
ScriptStyle |
getScriptStyle()
Gets the script style
|
UnderlineStyle |
getUnderlineStyle()
Gets the underline style for this font
|
boolean |
isItalic()
Returns the italic flag
|
boolean |
isStruckout()
Returns the strike-out flag
|
java.lang.String getName()
int getPointSize()
int getBoldWeight()
boolean isItalic()
boolean isStruckout()
UnderlineStyle getUnderlineStyle()
Colour getColour()
ScriptStyle getScriptStyle()