Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.pdmodel.font.encoding |
Modifier and Type | Field | Description |
---|---|---|
protected GlyphList |
PDSimpleFont.glyphList |
Modifier and Type | Method | Description |
---|---|---|
GlyphList |
PDSimpleFont.getGlyphList() |
Returns the Encoding vector.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
PDFont.toUnicode(int code,
GlyphList customGlyphList) |
Returns the Unicode character sequence which corresponds to the given character code.
|
java.lang.String |
PDSimpleFont.toUnicode(int code,
GlyphList customGlyphList) |
Modifier and Type | Method | Description |
---|---|---|
static GlyphList |
GlyphList.getAdobeGlyphList() |
Returns the Adobe Glyph List (AGL).
|
static GlyphList |
GlyphList.getZapfDingbats() |
Returns the Zapf Dingbats glyph list.
|
Constructor | Description |
---|---|
GlyphList(GlyphList glyphList,
java.io.InputStream input) |
Creates a new GlyphList from multiple glyph list files.
|
Copyright © 2002–2018. All rights reserved.