Uses of Class
com.itextpdf.kernel.font.Type3Glyph
Packages that use Type3Glyph
-
Uses of Type3Glyph in com.itextpdf.kernel.font
Fields in com.itextpdf.kernel.font with type parameters of type Type3GlyphModifier and TypeFieldDescriptionprivate final Map<Integer, Type3Glyph> Type3Font.type3Glyphsprivate final Map<Integer, Type3Glyph> Type3Font.type3GlyphsWithoutUnicodeStores glyphs without associated unicode.Methods in com.itextpdf.kernel.font that return Type3GlyphModifier and TypeMethodDescriptionPdfType3Font.addGlyph(char c, int wx, int llx, int lly, int urx, int ury) Defines a glyph.PdfType3Font.getType3Glyph(int unicode) Returns aType3Glyphby unicode.Type3Font.getType3Glyph(int unicode) Returns a glyph by unicode.Type3Font.getType3GlyphByCode(int code) Returns a glyph by its code.Methods in com.itextpdf.kernel.font with parameters of type Type3GlyphModifier and TypeMethodDescription(package private) voidType3Font.addGlyph(int code, int unicode, int width, int[] bbox, Type3Glyph type3Glyph)