Package org.apache.pdfbox.preflight.font
Class CIDType0FontValidator
java.lang.Object
org.apache.pdfbox.preflight.font.FontValidator<T>
org.apache.pdfbox.preflight.font.SimpleFontValidator<T>
org.apache.pdfbox.preflight.font.DescendantFontValidator<CIDType0Container>
org.apache.pdfbox.preflight.font.CIDType0FontValidator
-
Field Summary
Fields inherited from class org.apache.pdfbox.preflight.font.DescendantFontValidator
cosDocument
Fields inherited from class org.apache.pdfbox.preflight.font.SimpleFontValidator
font, fontDictionary
Fields inherited from class org.apache.pdfbox.preflight.font.FontValidator
context, descriptorHelper, fontContainer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkCIDToGIDMap
(COSBase ctog) This method checks the CIDtoGIDMap entry of the Font dictionary.protected void
Methods inherited from class org.apache.pdfbox.preflight.font.DescendantFontValidator
checkCIDSystemInfo, checkCIDToGIDMap, checkMandatoryField
Methods inherited from class org.apache.pdfbox.preflight.font.SimpleFontValidator
processFontDescriptorValidation, validate
Methods inherited from class org.apache.pdfbox.preflight.font.FontValidator
checkEncoding, checkToUnicode, getFontContainer
-
Constructor Details
-
CIDType0FontValidator
-
-
Method Details
-
checkCIDToGIDMap
Description copied from class:DescendantFontValidator
This method checks the CIDtoGIDMap entry of the Font dictionary. call the DescendantFontValidator.checkCIDToGIDMap(COSBase, boolean) with right parameters according to the instance of DescendantFontValidator- Specified by:
checkCIDToGIDMap
in classDescendantFontValidator<CIDType0Container>
-
createFontDescriptorHelper
protected void createFontDescriptorHelper()- Specified by:
createFontDescriptorHelper
in classSimpleFontValidator<CIDType0Container>
-