Package com.itextpdf.io.font
Class GidAwareGlyph
java.lang.Object
com.itextpdf.io.font.otf.Glyph
com.itextpdf.io.font.GidAwareGlyph
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
gid
private int gid
-
-
Constructor Details
-
GidAwareGlyph
public GidAwareGlyph(int code, int width, int unicode, int[] bbox)
-
-
Method Details
-
setGid
public void setGid(int index) -
getGid
public int getGid()
-