Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.preflight.font.descriptor | |
org.apache.pdfbox.preflight.font.util |
Modifier and Type | Class and Description |
---|---|
class |
PDFontDescriptorAFM
This class represents the font descriptor when the font information
is coming from an AFM file.
|
class |
PDFontDescriptorDictionary
This class represents an implementation to the font descriptor that gets its
information from a COS Dictionary.
|
Modifier and Type | Method and Description |
---|---|
PDFontDescriptor |
PDFont.getFontDescriptor()
This will get the font descriptor for this font.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FontDescriptorHelper.checkFontFileMetaData(PDFontDescriptor fontDescriptor,
PDStream fontFile)
Type0, Type1 and TrueType FontValidator call this method to check the FontFile meta data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FontMetaDataValidation.analyseFontName(XMPMetadata metadata,
PDFontDescriptor fontDesc,
List<ValidationResult.ValidationError> ve)
Value of the dc:title must be the same as the FontName in the font descriptor.
|
boolean |
FontMetaDataValidation.analyseRights(XMPMetadata metadata,
PDFontDescriptor fontDesc,
List<ValidationResult.ValidationError> ve)
If XMP MetaData are present, they must have followings information :
dc:rights
Marked (with the value true)
Owner
UsageTerms
|
List<ValidationResult.ValidationError> |
FontMetaDataValidation.validatePDFAIdentifer(XMPMetadata metadata,
PDFontDescriptor fontDesc) |
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.