Uses of Class
org.apache.pdfbox.pdmodel.font.encoding.GlyphList
-
Packages that use GlyphList 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 -
-
Uses of GlyphList in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as GlyphList Modifier and Type Field Description protected GlyphListPDSimpleFont. glyphListMethods in org.apache.pdfbox.pdmodel.font that return GlyphList Modifier and Type Method Description GlyphListPDSimpleFont. getGlyphList()Returns the glyphlist.GlyphListPDType1FontEmbedder. getGlyphList()Returns the font's glyph list.private static GlyphListStandard14Fonts. getGlyphList(Standard14Fonts.FontName baseName)Methods in org.apache.pdfbox.pdmodel.font with parameters of type GlyphList Modifier and Type Method Description private voidPDTrueTypeFontEmbedder. setWidths(COSDictionary font, GlyphList glyphList)Sets the glyph widths in the font dictionary.java.lang.StringPDFont. toUnicode(int code, GlyphList customGlyphList)Returns the Unicode character sequence which corresponds to the given character code.java.lang.StringPDSimpleFont. toUnicode(int code, GlyphList customGlyphList) -
Uses of GlyphList in org.apache.pdfbox.pdmodel.font.encoding
Fields in org.apache.pdfbox.pdmodel.font.encoding declared as GlyphList Modifier and Type Field Description private static GlyphListGlyphList. DEFAULTprivate static GlyphListGlyphList. ZAPF_DINGBATSMethods in org.apache.pdfbox.pdmodel.font.encoding that return GlyphList Modifier and Type Method Description static GlyphListGlyphList. getAdobeGlyphList()Returns the Adobe Glyph List (AGL).static GlyphListGlyphList. getZapfDingbats()Returns the Zapf Dingbats glyph list.private static GlyphListGlyphList. load(java.lang.String filename, int numberOfEntries)Loads a glyph list from disk.Constructors in org.apache.pdfbox.pdmodel.font.encoding with parameters of type GlyphList Constructor Description GlyphList(GlyphList glyphList, java.io.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 Modifier and Type Field Description private static GlyphListLegacyPDFStreamEngine. GLYPHLIST
-