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 voidPDTrueTypeFontEmbedder.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 GlyphListGlyphList.DEFAULTprivate static final GlyphListGlyphList.ZAPF_DINGBATSMethods in org.apache.pdfbox.pdmodel.font.encoding that return GlyphListModifier and TypeMethodDescriptionstatic GlyphListGlyphList.getAdobeGlyphList()Returns the Adobe Glyph List (AGL).static GlyphListGlyphList.getZapfDingbats()Returns the Zapf Dingbats glyph list.private static GlyphListLoads 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