Modifier and Type | Method and Description |
---|---|
FontContainer<?> |
PreflightContext.getFontContainer(COSBase cBase)
Return the FontContainer identified by the COSBase.
|
Modifier and Type | Method and Description |
---|---|
void |
PreflightContext.addFontContainer(COSBase cBase,
FontContainer<?> fc)
Add a FontContainer to allow TextObject validation.
|
Modifier and Type | Class and Description |
---|---|
class |
DescendantFontValidator<T extends FontContainer> |
class |
FontValidator<T extends FontContainer> |
class |
SimpleFontValidator<T extends FontContainer> |
Modifier and Type | Field and Description |
---|---|
protected T |
FontValidator.fontContainer |
Modifier and Type | Method and Description |
---|---|
protected FontValidator<? extends FontContainer<PDCIDFontType0>> |
Type0FontValidator.createCIDType0FontValidator(COSDictionary fDict)
Create the validation object for CIDType0 Font
|
protected FontValidator<? extends FontContainer<PDCIDFontType2>> |
Type0FontValidator.createCIDType2FontValidator(COSDictionary fDict)
Create the validation object for CIDType2 Font
|
protected FontValidator<? extends FontContainer<? extends PDCIDFont>> |
Type0FontValidator.createDescendantValidator(COSDictionary cidFont) |
Modifier and Type | Class and Description |
---|---|
class |
CIDType0Container |
class |
CIDType2Container |
class |
TrueTypeContainer |
class |
Type0Container |
class |
Type1Container |
class |
Type3Container
Because Type3 font program is an inner type of the PDF file, this font container is quite different from the other
because all character/glyph are already checked.
|
Modifier and Type | Method and Description |
---|---|
void |
Type0Container.setDelegateFontContainer(FontContainer<?> delegateFontContainer) |
Modifier and Type | Class and Description |
---|---|
class |
FontDescriptorHelper<T extends FontContainer> |
Modifier and Type | Field and Description |
---|---|
protected T |
FontDescriptorHelper.fContainer |
Modifier and Type | Method and Description |
---|---|
protected FontValidator<? extends FontContainer<? extends PDFont>> |
FontValidationProcess.getFontValidator(PreflightContext context,
PDFont font)
Create the right "Validator" object for the given font type
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.