Package | Description |
---|---|
com.sun.pdfview.font |
Modifier and Type | Method and Description |
---|---|
PDFGlyph |
PDFFont.getCachedGlyph(char src,
String name)
Get a glyph for a given character code.
|
protected abstract PDFGlyph |
PDFFont.getGlyph(char src,
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 |
OutlineFont.getGlyph(char src,
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,
String name)
Get a character from the first font in the descendant fonts array
|
protected PDFGlyph |
Type3Font.getGlyph(char src,
String name)
Get the glyph for a given character code and name
The preferred method of getting the glyph should be by name.
|
Modifier and Type | Method and Description |
---|---|
List<PDFGlyph> |
PDFFontEncoding.getGlyphs(PDFFont font,
String text)
Get the glyphs associated with a given String
|
List<PDFGlyph> |
PDFFont.getGlyphs(String text)
Get the glyphs associated with a given String in this font
|
Copyright © 2024. All rights reserved.