Package org.verapdf.model.pdlayer
Interface PDCIDFont
-
- All Superinterfaces:
Object,PDFont,PDObject,PDResource
public interface PDCIDFont extends PDFont
CID Font dictionary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetcidSetListsAllGlyphs()true if the CIDSet is present and correctly lists all glyphs present in the embedded font programStringgetCIDToGIDMap()string representation of the CIDtoGIDMap entry ("Identity", or "Custom" in case of stream value)-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.pdlayer.PDFont
getfontFileSubtype, getfontName, getisItalic, getisSymbolic, getrenderingMode, getSubtype, getType
-
Methods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries
-
Methods inherited from interface org.verapdf.model.pdlayer.PDResource
getisInherited
-
-
-
-
Method Detail
-
getCIDToGIDMap
String getCIDToGIDMap()
string representation of the CIDtoGIDMap entry ("Identity", or "Custom" in case of stream value)
-
getcidSetListsAllGlyphs
Boolean getcidSetListsAllGlyphs()
true if the CIDSet is present and correctly lists all glyphs present in the embedded font program
-
-