public abstract class DescendantFontValidator<T extends FontContainer> extends SimpleFontValidator<T>
font, fontDictionary
context, descriptorHelper, fontContainer
Constructor and Description |
---|
DescendantFontValidator(PreflightContext context,
org.apache.pdfbox.pdmodel.font.PDCIDFont font,
T fContainer) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkCIDSystemInfo(org.apache.pdfbox.cos.COSDictionary sysinfo)
Check the content of the CIDSystemInfo dictionary.
|
protected abstract void |
checkCIDToGIDMap(org.apache.pdfbox.cos.COSBase ctog)
This method checks the CIDtoGIDMap entry of the Font dictionary.
|
protected void |
checkCIDToGIDMap(org.apache.pdfbox.cos.COSBase ctog,
boolean mandatory)
This method checks the CIDtoGIDMap entry of the Font dictionary.
|
protected void |
checkMandatoryField() |
createFontDescriptorHelper, processFontDescriptorValidation, validate
checkEncoding, checkToUnicode, getFontContainer
public DescendantFontValidator(PreflightContext context, org.apache.pdfbox.pdmodel.font.PDCIDFont font, T fContainer)
protected void checkMandatoryField()
checkMandatoryField
in class SimpleFontValidator<T extends FontContainer>
protected void checkCIDSystemInfo(org.apache.pdfbox.cos.COSDictionary sysinfo)
sysinfo
- protected abstract void checkCIDToGIDMap(org.apache.pdfbox.cos.COSBase ctog)
ctog
- protected void checkCIDToGIDMap(org.apache.pdfbox.cos.COSBase ctog, boolean mandatory)
ctog
- mandatory
- true for CIDType2 , false for CIDType0Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.