Uses of Class
org.apache.pdfbox.pdmodel.font.encoding.GlyphList
Packages that use GlyphList
Package
Description
Classes to deal with font functionality in a PDF Document.
-
Uses of GlyphList in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as GlyphListMethods in org.apache.pdfbox.pdmodel.font that return GlyphListModifier and TypeMethodDescriptionPDSimpleFont.getGlyphList()
Returns the Encoding vector.PDType1FontEmbedder.getGlyphList()
Returns the font's glyph list.Methods in org.apache.pdfbox.pdmodel.font with parameters of type GlyphListModifier and TypeMethodDescriptionprivate void
PDTrueTypeFontEmbedder.setWidths
(COSDictionary font, GlyphList glyphList) Sets the glyph widths in the font dictionary.Returns the Unicode character sequence which corresponds to the given character code. -
Uses of GlyphList in org.apache.pdfbox.pdmodel.font.encoding
Fields in org.apache.pdfbox.pdmodel.font.encoding declared as GlyphListModifier and TypeFieldDescriptionprivate static final GlyphList
GlyphList.DEFAULT
private static final GlyphList
GlyphList.ZAPF_DINGBATS
Methods in org.apache.pdfbox.pdmodel.font.encoding that return GlyphListModifier and TypeMethodDescriptionstatic GlyphList
GlyphList.getAdobeGlyphList()
Returns the Adobe Glyph List (AGL).static GlyphList
GlyphList.getZapfDingbats()
Returns the Zapf Dingbats glyph list.private static GlyphList
Loads a glyph list from disk.Constructors in org.apache.pdfbox.pdmodel.font.encoding with parameters of type GlyphListModifierConstructorDescriptionGlyphList
(GlyphList glyphList, InputStream input) Creates a new GlyphList from multiple glyph list files. -
Uses of GlyphList in org.apache.pdfbox.text
Fields in org.apache.pdfbox.text declared as GlyphList