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. type3Glyphsprivate java.util.Map<java.lang.Integer,Type3Glyph>Type3Font. type3GlyphsWithoutUnicodeStores glyphs without associated unicode.Methods in com.itextpdf.kernel.font that return Type3Glyph Modifier and Type Method Description Type3GlyphPdfType3Font. addGlyph(char c, int wx, int llx, int lly, int urx, int ury)Defines a glyph.Type3GlyphPdfType3Font. getType3Glyph(int unicode)Returns aType3Glyphby unicode.Type3GlyphType3Font. getType3Glyph(int unicode)Returns a glyph by unicode.Type3GlyphType3Font. 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) voidType3Font. addGlyph(int code, int unicode, int width, int[] bbox, Type3Glyph type3Glyph)
-