public interface LocalFont
Modifier and Type | Method and Description |
---|---|
String |
fontFilePath() |
String |
getFamilyName()
Returns the font family name.
|
String |
getFilePath()
Returns the file path to this font.
|
String |
getFullName()
Returns the full font name.
|
String |
getPSName()
Returns the Postscript name for this font.
|
boolean |
isBold()
Returns flag indicating if this font is bold.
|
boolean |
isEmbeddable()
Indicates whether we are able to embed the font in a PDF document.
|
boolean |
isItalic()
Returns flag indicating if this font is italic.
|
boolean |
isSubsettable()
Indicates whether the font's usage rights forbid subsetting.
|
boolean |
isSymbol()
Returns flag indicating if this font is a symbol font.
|
String getFilePath()
String getFullName()
String getFamilyName()
String getPSName()
boolean isItalic()
boolean isBold()
boolean isSymbol()
boolean isEmbeddable()
boolean isSubsettable()
String fontFilePath()