Package | Description |
---|---|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.pdmodel.font.encoding | |
org.apache.pdfbox.text |
Modifier and Type | Field and Description |
---|---|
protected GlyphList |
PDSimpleFont.glyphList |
Modifier and Type | Method and Description |
---|---|
GlyphList |
PDSimpleFont.getGlyphList()
Returns the Encoding vector.
|
GlyphList |
PDType1FontEmbedder.getGlyphList()
Returns the font's glyph list.
|
Modifier and Type | Method and Description |
---|---|
private void |
PDTrueTypeFontEmbedder.setWidths(COSDictionary font,
GlyphList glyphList)
Sets the glyph widths in the font dictionary.
|
java.lang.String |
PDSimpleFont.toUnicode(int code,
GlyphList customGlyphList) |
java.lang.String |
PDFont.toUnicode(int code,
GlyphList customGlyphList)
Returns the Unicode character sequence which corresponds to the given character code.
|
Modifier and Type | Field and Description |
---|---|
private static GlyphList |
GlyphList.DEFAULT |
private static GlyphList |
GlyphList.ZAPF_DINGBATS |
Modifier and Type | Method and Description |
---|---|
static GlyphList |
GlyphList.getAdobeGlyphList()
Returns the Adobe Glyph List (AGL).
|
static GlyphList |
GlyphList.getZapfDingbats()
Returns the Zapf Dingbats glyph list.
|
private static GlyphList |
GlyphList.load(java.lang.String filename,
int numberOfEntries)
Loads a glyph list from disk.
|
Constructor and Description |
---|
GlyphList(GlyphList glyphList,
java.io.InputStream input)
Creates a new GlyphList from multiple glyph list files.
|
Modifier and Type | Field and Description |
---|---|
private GlyphList |
LegacyPDFStreamEngine.glyphList |