Package com.itextpdf.io.font
Class GidAwareGlyph
- java.lang.Object
-
- com.itextpdf.io.font.otf.Glyph
-
- com.itextpdf.io.font.GidAwareGlyph
-
class GidAwareGlyph extends Glyph
-
-
Field Summary
Fields Modifier and Type Field Description private int
gid
-
Constructor Summary
Constructors Constructor Description GidAwareGlyph(int code, int width, int unicode, int[] bbox)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getGid()
void
setGid(int index)
-
Methods inherited from class com.itextpdf.io.font.otf.Glyph
equals, getAnchorDelta, getBbox, getChars, getCode, getUnicode, getUnicodeChars, getUnicodeString, getWidth, getXAdvance, getXPlacement, getYAdvance, getYPlacement, hasAdvance, hashCode, hasOffsets, hasPlacement, hasValidUnicode, isMark, setAnchorDelta, setChars, setUnicode, setXAdvance, setXPlacement, setYAdvance, setYPlacement, toString
-
-