Uses of Class
org.apache.pdfbox.preflight.font.FontValidator
Packages that use FontValidator
-
Uses of FontValidator in org.apache.pdfbox.preflight.font
Subclasses of FontValidator in org.apache.pdfbox.preflight.fontModifier and TypeClassDescriptionclassclassclassDescendantFontValidator<T extends FontContainer>classSimpleFontValidator<T extends FontContainer>classclassclassclassMethods in org.apache.pdfbox.preflight.font that return FontValidatorModifier and TypeMethodDescriptionprotected FontValidator<? extends FontContainer<PDCIDFontType0>>Type0FontValidator.createCIDType0FontValidator(COSDictionary fDict) Create the validation object for CIDType0 Fontprotected FontValidator<? extends FontContainer<PDCIDFontType2>>Type0FontValidator.createCIDType2FontValidator(COSDictionary fDict) Create the validation object for CIDType2 Fontprotected FontValidator<? extends FontContainer<? extends PDCIDFont>>Type0FontValidator.createDescendantValidator(COSDictionary cidFont) -
Uses of FontValidator in org.apache.pdfbox.preflight.process.reflect
Methods in org.apache.pdfbox.preflight.process.reflect that return FontValidatorModifier and TypeMethodDescriptionprotected FontValidator<? extends FontContainer<? extends PDFont>>FontValidationProcess.getFontValidator(PreflightContext context, PDFont font) Create the right "Validator" object for the given font type