Package org.verapdf.model.operator
Interface Glyph
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetactualTextPresent()true if an ActualText entry is present for this glyphBooleangetisGlyphPresent()true if glyph is present in the font programBooleangetisWidthConsistent()true if the width of the glyph in the embedded font program is consistent with the width specified in the Font dictionaryStringgetname()glyph name, or empty string if the glyph is not identified by the name (as in case of CID fonts)LonggetrenderingMode()value of the rendering mode at the moment the glyph is shownStringgettoUnicode()unicode value of the glyphBooleangetunicodePUA()true if toUnicode value contains codes from Unicode Private Use Area-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getname
String getname()
glyph name, or empty string if the glyph is not identified by the name (as in case of CID fonts)
-
getisWidthConsistent
Boolean getisWidthConsistent()
true if the width of the glyph in the embedded font program is consistent with the width specified in the Font dictionary
-
getisGlyphPresent
Boolean getisGlyphPresent()
true if glyph is present in the font program
-
gettoUnicode
String gettoUnicode()
unicode value of the glyph
-
getrenderingMode
Long getrenderingMode()
value of the rendering mode at the moment the glyph is shown
-
getunicodePUA
Boolean getunicodePUA()
true if toUnicode value contains codes from Unicode Private Use Area
-
getactualTextPresent
Boolean getactualTextPresent()
true if an ActualText entry is present for this glyph
-
-