Modifier and Type | Class and Description |
---|---|
class |
CffFont
Represents Compact Font Format (CFF).
|
class |
TtfFont
Represents TrueType Font (TTF).
|
class |
Type1Font
Represents Type1 Font.
|
class |
Type1MetricFont
Type1 metric font implementation.
|
Modifier and Type | Method and Description |
---|---|
Font |
CffFont.convert(FontType fontType)
Converts the Font into another format.
|
abstract Font |
Font.convert(FontType fontType)
Converts the Font into another format.
|
Font |
IFont.convert(FontType fontType)
Converts the Font into another format.
|
Font |
TtfFont.convert(FontType fontType)
Converts the Font into another format.
|
Font |
Type1Font.convert(FontType fontType)
Converts the Font into another format.
|
Font |
TtfFont.getCffFont()
Gets CFF Font if present.
|
static Font |
Font.open(FontDefinition fontDefinition)
Opens a font, using FontDefinition object.
|
static Font |
Font.open(FontType fontType,
byte[] fontData)
Opens a font, using font type and font data byte array.
|
static Font |
Font.open(FontType fontType,
StreamSource fontStreamSource)
Opens a font, using font type and stream source.
|
static Font |
Font.open(FontType fontType,
String fileName)
Opens a font, using font type and font file name.
|