Package org.verapdf.model.pdlayer
Interface PDType0Font
-
- All Superinterfaces:
Object,PDFont,PDObject,PDResource
- All Known Implementing Classes:
GFPDType0Font
public interface PDType0Font extends PDFont
Type0 font dictionary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCIDFontOrdering()Ordering key from CIDSystemInfoStringgetCIDFontRegistry()Registry key from CIDSystemInfoLonggetCIDFontSupplement()Supplement key from CIDSystemInfoStringgetcmapName()the name of the CMapStringgetCMapOrdering()Ordering key from CMapStringgetCMapRegistry()Registry key from CMapLonggetCMapSupplement()Supplement key from CMap-
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
-
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
-
-