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 programStringgetname()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 AreaDoublegetwidthFromDictionary()width of the glyph specified in the Font dictionaryDoublegetwidthFromFontProgram()width of the glyph in the embedded font program-
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)
-
getwidthFromDictionary
Double getwidthFromDictionary()
width of the glyph specified in the Font dictionary
-
getwidthFromFontProgram
Double getwidthFromFontProgram()
width of the glyph in the embedded font program
-
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
-
-