PDFGlyph |
PDFFont.getCachedGlyph(char src,
java.lang.String name) |
Get a glyph for a given character code.
|
protected PDFGlyph |
OutlineFont.getGlyph(char src,
java.lang.String name) |
Get the glyph for a given character code and name
The preferred method of getting the glyph should be by name.
|
protected abstract PDFGlyph |
PDFFont.getGlyph(char src,
java.lang.String name) |
Get the glyph for a given character code and name
The preferred method of getting the glyph should be by name.
|
protected PDFGlyph |
Type0Font.getGlyph(char src,
java.lang.String name) |
Get a character from the first font in the descendant fonts array
|
protected PDFGlyph |
Type3Font.getGlyph(char src,
java.lang.String name) |
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 character
|
private PDFGlyph |
PDFFontEncoding.getGlyphFromEncoding(PDFFont font,
char src) |
Get a glyph from an encoding, given a font and character
|