Package org.apache.pdfbox.preflight.font
Class CIDType2FontValidator
java.lang.Object
org.apache.pdfbox.preflight.font.FontValidator<T>
org.apache.pdfbox.preflight.font.SimpleFontValidator<T>
org.apache.pdfbox.preflight.font.DescendantFontValidator<CIDType2Container>
org.apache.pdfbox.preflight.font.CIDType2FontValidator
-
Field Summary
Fields inherited from class org.apache.pdfbox.preflight.font.DescendantFontValidator
cosDocumentFields inherited from class org.apache.pdfbox.preflight.font.SimpleFontValidator
font, fontDictionaryFields inherited from class org.apache.pdfbox.preflight.font.FontValidator
context, descriptorHelper, fontContainer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckCIDToGIDMap(COSBase ctog) This method checks the CIDtoGIDMap entry of the Font dictionary.protected voidMethods inherited from class org.apache.pdfbox.preflight.font.DescendantFontValidator
checkCIDSystemInfo, checkCIDToGIDMap, checkMandatoryFieldMethods inherited from class org.apache.pdfbox.preflight.font.SimpleFontValidator
processFontDescriptorValidation, validateMethods inherited from class org.apache.pdfbox.preflight.font.FontValidator
checkEncoding, checkToUnicode, getFontContainer
-
Constructor Details
-
CIDType2FontValidator
-
-
Method Details
-
checkCIDToGIDMap
Description copied from class:DescendantFontValidatorThis 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:
checkCIDToGIDMapin classDescendantFontValidator<CIDType2Container>
-
createFontDescriptorHelper
protected void createFontDescriptorHelper()- Specified by:
createFontDescriptorHelperin classSimpleFontValidator<CIDType2Container>
-