Package org.verapdf.model.operator
Interface CIDGlyph
-
- All Known Implementing Classes:
GFCIDGlyph
public interface CIDGlyph extends Glyph
glyph in the composite font
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetCID()CID value of the glyph as derived from the font CMap-
Methods inherited from interface org.verapdf.model.operator.Glyph
getactualTextPresent, getisGlyphPresent, getname, getrenderingMode, gettoUnicode, getunicodePUA, getwidthFromDictionary, getwidthFromFontProgram
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getCID
Long getCID()
CID value of the glyph as derived from the font CMap
-
-