Package org.verapdf.model.pdlayer
Interface PDType0Font
- All Superinterfaces:
Object,PDFont,PDObject,PDResource
Type0 font dictionary
-
Method Summary
Modifier and TypeMethodDescriptionOrdering key from CIDSystemInfoRegistry key from CIDSystemInfoSupplement key from CIDSystemInfothe name of the CMapOrdering key from CMapRegistry key from CMapSupplement key from CMapMethods 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
getcontainsFontFile, 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
-
getCIDFontOrdering
String getCIDFontOrdering()Ordering key from CIDSystemInfo -
getCMapOrdering
String getCMapOrdering()Ordering key from CMap -
getCIDFontRegistry
String getCIDFontRegistry()Registry key from CIDSystemInfo -
getCMapRegistry
String getCMapRegistry()Registry key from CMap -
getCIDFontSupplement
Long getCIDFontSupplement()Supplement key from CIDSystemInfo -
getCMapSupplement
Long getCMapSupplement()Supplement key from CMap -
getcmapName
String getcmapName()the name of the CMap
-