Package org.verapdf.model.pdlayer
Interface PDTrueTypeFont
- All Superinterfaces:
Object,PDFont,PDObject,PDResource,PDSimpleFont
TrueType font dictionary
-
Method Summary
Modifier and TypeMethodDescriptiontrue if all glyph names in the differences array of the Encoding dictionary are a part of the Adobe Glyph List and the embedded font program contains the Microsoft Unicode (3,1 - Platform ID=3, Encoding ID=1) cmap subtableMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDFont
getfontFileSubtype, getfontName, getisItalic, getisSymbolic, getrenderingMode, getSubtype, getTypeMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKeyMethods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInheritedMethods inherited from interface org.verapdf.model.pdlayer.PDSimpleFont
getcontainsDifferences, getEncoding, getFirstChar, getisStandard, getLastChar, getWidths_size
-
Method Details
-
getdifferencesAreUnicodeCompliant
Boolean getdifferencesAreUnicodeCompliant()true if all glyph names in the differences array of the Encoding dictionary are a part of the Adobe Glyph List and the embedded font program contains the Microsoft Unicode (3,1 - Platform ID=3, Encoding ID=1) cmap subtable
-