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 boolean
checkMandatoryFields
(COSDictionary fDescriptor) extractFontFile
(PDFontDescriptor fontDescriptor) protected void
processFontFile
(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:
checkMandatoryFields
in classFontDescriptorHelper<Type1Container>
-
extractFontFile
- Specified by:
extractFontFile
in classFontDescriptorHelper<Type1Container>
-
processFontFile
- Specified by:
processFontFile
in classFontDescriptorHelper<Type1Container>
-