Uses of Class
com.sun.pdfview.font.PDFGlyph
Packages that use PDFGlyph
-
Uses of PDFGlyph in com.sun.pdfview.font
Fields in com.sun.pdfview.font with type parameters of type PDFGlyphMethods in com.sun.pdfview.font that return PDFGlyphModifier and TypeMethodDescriptionPDFFont.getCachedGlyph(char src, String name) Get a glyph for a given character code.protected PDFGlyphGet the glyph for a given character code and name The preferred method of getting the glyph should be by name.protected abstract PDFGlyphGet the glyph for a given character code and name The preferred method of getting the glyph should be by name.protected PDFGlyphGet a character from the first font in the descendant fonts arrayprotected PDFGlyphGet the glyph for a given character code and name The preferred method of getting the glyph should be by name.private PDFGlyphPDFFontEncoding.getGlyphFromCMap(PDFFont font, char src) Get a glyph from a CMap, given a Type0 font and a characterprivate PDFGlyphPDFFontEncoding.getGlyphFromEncoding(PDFFont font, char src) Get a glyph from an encoding, given a font and characterMethods in com.sun.pdfview.font that return types with arguments of type PDFGlyph