Package | Description |
---|---|
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.pageobjects |
Modifier and Type | Field and Description |
---|---|
Font |
PDFWatermark.WatermarkTextProperty.font
Font object used for text.
|
Font |
PDFTextPage.CharInfo.font
Font of the character.
|
Font |
DefaultAppearance.font
object of default appearance. |
Modifier and Type | Method and Description |
---|---|
static Font |
FontManager.create(java.lang.String fontName,
int fontStyles,
int weight,
int charset)
Create a
Font object with specified attributes. |
static Font |
FontManager.createFromFile(FileHandler fontFile,
int faceIndex,
int charset)
Create a
Font object from a FileHandler object. |
static Font |
FontManager.createStandard(int fontID)
Create a standard
Font object by the standard font ID. |
Modifier and Type | Method and Description |
---|---|
static void |
FontManager.release(Font font)
Release a
Font object. |
Modifier and Type | Field and Description |
---|---|
Font |
TextState.font
Font object.
|