java.io.Serializable
FontSource
AfmFontRecord
, AWTFontRecord
, CompoundFontRecord
, MonospaceFontRecord
, PfmFontRecord
, TrueTypeFontRecord
public interface FontRecord
extends java.io.Serializable
Modifier and Type | Method | Description |
---|---|---|
FontFamily |
getFamily() |
Returns the family for this record.
|
FontIdentifier |
getIdentifier() |
|
boolean |
isBold() |
Returns true, if this font corresponds to a bold version of the font.
|
boolean |
isItalic() |
Returns true, if this font includes italic glyphs.
|
boolean |
isOblique() |
Returns tue, if this font's italic mode is in fact some sort of being oblique.
|
FontFamily getFamily()
boolean isBold()
boolean isItalic()
boolean isOblique()
FontIdentifier getIdentifier()