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 GlyphListMethods in org.apache.pdfbox.pdmodel.font with parameters of type GlyphList -
Uses of GlyphList in org.apache.pdfbox.pdmodel.font.encoding
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.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.