Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Field and Description |
---|---|
private FontFormat |
FileSystemFontProvider.FSFontInfo.format |
Modifier and Type | Method and Description |
---|---|
abstract FontFormat |
FontInfo.getFormat()
Returns the font's format.
|
FontFormat |
FileSystemFontProvider.FSFontInfo.getFormat() |
static FontFormat |
FontFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FontFormat[] |
FontFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private FontBoxFont |
FontMapperImpl.findFont(FontFormat format,
java.lang.String postScriptName)
Finds a font with the given PostScript name, or a suitable substitute, or null.
|
private FontInfo |
FontMapperImpl.getFont(FontFormat format,
java.lang.String postScriptName)
Finds the named font with the given format.
|
Constructor and Description |
---|
FSFontInfo(java.io.File file,
FontFormat format,
java.lang.String postScriptName,
CIDSystemInfo cidSystemInfo,
int usWeightClass,
int sFamilyClass,
int ulCodePageRange1,
int ulCodePageRange2,
int macStyle,
byte[] panose,
FileSystemFontProvider parent) |
FSIgnored(java.io.File file,
FontFormat format,
java.lang.String postScriptName) |