Package | Description |
---|---|
org.apache.pdfbox.debugger.fontencodingpane | |
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.preflight.font |
Modifier and Type | Method and Description |
---|---|
private java.lang.Object[][] |
Type0Font.readCIDToGIDMap(PDCIDFont font,
PDFont parentFont) |
private java.lang.Object[][] |
Type0Font.readMap(PDCIDFont descendantFont,
PDType0Font parentFont) |
Constructor and Description |
---|
Type0Font(PDCIDFont descendantFont,
PDType0Font parentFont)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
PDCIDFontType0
Type 0 CIDFont (CFF).
|
class |
PDCIDFontType2
Type 2 CIDFont (TrueType).
|
Modifier and Type | Field and Description |
---|---|
private PDCIDFont |
PDType0Font.descendantFont |
Modifier and Type | Method and Description |
---|---|
(package private) static PDCIDFont |
PDFontFactory.createDescendantFont(COSDictionary dictionary,
PDType0Font parent)
Creates a new PDCIDFont instance with the appropriate subclass.
|
PDCIDFont |
PDCIDFontType2Embedder.getCIDFont()
Returns the descendant CIDFont.
|
PDCIDFont |
PDType0Font.getDescendantFont()
Returns the descendant font.
|
Modifier and Type | Method and Description |
---|---|
protected FontValidator<? extends FontContainer<? extends PDCIDFont>> |
Type0FontValidator.createDescendantValidator(COSDictionary cidFont) |
Constructor and Description |
---|
DescendantFontValidator(PreflightContext context,
PDCIDFont font,
T fContainer) |