Class Type1DescriptorHelper
java.lang.Object
org.apache.pdfbox.preflight.font.descriptor.FontDescriptorHelper<Type1Container>
org.apache.pdfbox.preflight.font.descriptor.Type1DescriptorHelper
-
Field Summary
Fields inherited from class org.apache.pdfbox.preflight.font.descriptor.FontDescriptorHelper
context, fContainer, font, fontDescriptor -
Constructor Summary
ConstructorsConstructorDescriptionType1DescriptorHelper(PreflightContext context, PDSimpleFont font, Type1Container fontContainer) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancheckMandatoryFields(COSDictionary fDescriptor) extractFontFile(PDFontDescriptor fontDescriptor) protected voidprocessFontFile(PDFontDescriptor fontDescriptor, PDStream fontFile) Methods inherited from class org.apache.pdfbox.preflight.font.descriptor.FontDescriptorHelper
checkFontFileMetaData, fontFileNotEmbedded, getMetaDataStreamAsBytes, hasOnlyOneFontFile, isSubSet, validate
-
Constructor Details
-
Type1DescriptorHelper
public Type1DescriptorHelper(PreflightContext context, PDSimpleFont font, Type1Container fontContainer)
-
-
Method Details
-
checkMandatoryFields
- Overrides:
checkMandatoryFieldsin classFontDescriptorHelper<Type1Container>
-
extractFontFile
- Specified by:
extractFontFilein classFontDescriptorHelper<Type1Container>
-
processFontFile
- Specified by:
processFontFilein classFontDescriptorHelper<Type1Container>
-