Package org.verapdf.model.pdlayer
Interface PDType0Font
-
- All Superinterfaces:
Object,PDFont,PDObject,PDResource
public interface PDType0Font extends PDFont
Type0 font dictionary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetareRegistryOrderingCompatible()true if Registry and Ordering keys of the corresponding CMap and CIDFont are compatibleStringgetcmapName()the name of the CMapBooleangetisSupplementCompatible()true if the Supplement key in the CIDFont is greater or equal to the Supplement key in the CMap dictionary-
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.PDResource
getisInherited
-
-
-
-
Method Detail
-
getareRegistryOrderingCompatible
Boolean getareRegistryOrderingCompatible()
true if Registry and Ordering keys of the corresponding CMap and CIDFont are compatible
-
getisSupplementCompatible
Boolean getisSupplementCompatible()
true if the Supplement key in the CIDFont is greater or equal to the Supplement key in the CMap dictionary
-
getcmapName
String getcmapName()
the name of the CMap
-
-