Package | Description |
---|---|
com.sun.pdfview.font | |
test |
Modifier and Type | Method and Description |
---|---|
PDFGlyph |
PDFFont.getCachedGlyph(char src,
java.lang.String name)
Get a glyph for a given character code.
|
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.
|
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 PDFGlyph |
Type0Font.getGlyph(char src,
java.lang.String name)
Get a character from the first font in the descendant fonts array
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PDFGlyph> |
PDFFontEncoding.getGlyphs(PDFFont font,
java.lang.String text)
Get the glyphs associated with a given String
|
java.util.List<PDFGlyph> |
PDFFont.getGlyphs(java.lang.String text)
Get the glyphs associated with a given String in this font
|
Modifier and Type | Method and Description |
---|---|
PDFGlyph |
FontToy.getCurrentGlyph()
get the current glyph
|
Modifier and Type | Method and Description |
---|---|
void |
FontToy.setCurrentGlyph(PDFGlyph glyph)
set the current glyph
|