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 PDFGlyph
Get the glyph for a given character code and name The preferred method of getting the glyph should be by name.protected abstract PDFGlyph
Get the glyph for a given character code and name The preferred method of getting the glyph should be by name.protected PDFGlyph
Get a character from the first font in the descendant fonts arrayprotected PDFGlyph
Get the glyph for a given character code and name The preferred method of getting the glyph should be by name.private PDFGlyph
PDFFontEncoding.getGlyphFromCMap
(PDFFont font, char src) Get a glyph from a CMap, given a Type0 font and a characterprivate PDFGlyph
PDFFontEncoding.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