Uses of Class
com.itextpdf.kernel.font.Type3Glyph
-
Packages that use Type3Glyph Package Description com.itextpdf.kernel.font -
-
Uses of Type3Glyph in com.itextpdf.kernel.font
Fields in com.itextpdf.kernel.font with type parameters of type Type3Glyph Modifier and Type Field Description private java.util.Map<java.lang.Integer,Type3Glyph>
Type3Font. type3Glyphs
private java.util.Map<java.lang.Integer,Type3Glyph>
Type3Font. type3GlyphsWithoutUnicode
Stores glyphs without associated unicode.Methods in com.itextpdf.kernel.font that return Type3Glyph Modifier and Type Method Description Type3Glyph
PdfType3Font. addGlyph(char c, int wx, int llx, int lly, int urx, int ury)
Defines a glyph.Type3Glyph
PdfType3Font. getType3Glyph(int unicode)
Returns aType3Glyph
by unicode.Type3Glyph
Type3Font. getType3Glyph(int unicode)
Returns a glyph by unicode.Type3Glyph
Type3Font. getType3GlyphByCode(int code)
Returns a glyph by its code.Methods in com.itextpdf.kernel.font with parameters of type Type3Glyph Modifier and Type Method Description (package private) void
Type3Font. addGlyph(int code, int unicode, int width, int[] bbox, Type3Glyph type3Glyph)
-