public class GFGlyph extends GenericModelObject implements Glyph
| Modifier and Type | Field and Description |
|---|---|
static String |
GLYPH_TYPE |
contextDependent| Modifier | Constructor and Description |
|---|---|
protected |
GFGlyph(PDFont font,
int glyphCode,
int renderingMode,
String id,
GFOpMarkedContent markedContent,
StructureElementAccessObject structureElementAccessObject) |
protected |
GFGlyph(PDFont font,
int glyphCode,
String type,
int renderingMode,
String id,
GFOpMarkedContent markedContent,
StructureElementAccessObject structureElementAccessObject) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getactualTextPresent()
true if an ActualText entry is present for this glyph
|
static Glyph |
getGlyph(PDFont font,
int glyphCode,
int renderingMode,
GFOpMarkedContent markedContent,
StructureElementAccessObject structureElementAccessObject) |
String |
getID() |
Boolean |
getisGlyphPresent()
true if glyph is present in the font program
|
Boolean |
getisWidthConsistent()
true if the width of the glyph in the embedded font program is consistent with the width specified in the Font dictionary
|
String |
getname()
glyph name, or empty string if the glyph is not identified by the name (as in case of CID fonts)
|
Long |
getrenderingMode()
value of the rendering mode at the moment the glyph is shown
|
String |
gettoUnicode()
unicode value of the glyph
|
Boolean |
getunicodePUA()
true if toUnicode value contains codes from Unicode Private Use Area
|
getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic static final String GLYPH_TYPE
protected GFGlyph(PDFont font, int glyphCode, int renderingMode, String id, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)
protected GFGlyph(PDFont font, int glyphCode, String type, int renderingMode, String id, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)
public static Glyph getGlyph(PDFont font, int glyphCode, int renderingMode, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)
public String getname()
Glyphpublic Boolean getisWidthConsistent()
GlyphgetisWidthConsistent in interface Glyphpublic Boolean getisGlyphPresent()
GlyphgetisGlyphPresent in interface Glyphpublic String gettoUnicode()
GlyphgettoUnicode in interface Glyphpublic Long getrenderingMode()
GlyphgetrenderingMode in interface Glyphpublic String getID()
getID in interface ObjectgetID in class GenericModelObjectpublic Boolean getunicodePUA()
GlyphgetunicodePUA in interface Glyphpublic Boolean getactualTextPresent()
GlyphgetactualTextPresent in interface GlyphCopyright © 2015–2018 The veraPDF Consortium. All rights reserved.