Package org.verapdf.model.pdlayer
Interface PDCIDFont
- All Superinterfaces:
Object,PDFont,PDObject,PDResource
CID Font dictionary
-
Method Summary
Modifier and TypeMethodDescriptiontrue if the CIDSet is present and correctly lists all glyphs present in the embedded font programstring representation of the CIDtoGIDMap entry ("Identity", or "Custom" in case of stream value)true if the CIDSet entry is present in the CID font descriptor dictionaryMethods 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
getisInherited
-
Method Details
-
getCIDToGIDMap
String getCIDToGIDMap()string representation of the CIDtoGIDMap entry ("Identity", or "Custom" in case of stream value) -
getcontainsCIDSet
Boolean getcontainsCIDSet()true if the CIDSet entry is present in the CID font descriptor dictionary -
getcidSetListsAllGlyphs
Boolean getcidSetListsAllGlyphs()true if the CIDSet is present and correctly lists all glyphs present in the embedded font program
-