Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
Modifier and Type | Field and Description |
---|---|
private CIDSystemInfo |
FileSystemFontProvider.FSFontInfo.cidSystemInfo |
Modifier and Type | Method and Description |
---|---|
abstract CIDSystemInfo |
FontInfo.getCIDSystemInfo()
Returns the CIDSystemInfo associated with the font, if any.
|
CIDSystemInfo |
FileSystemFontProvider.FSFontInfo.getCIDSystemInfo() |
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) |