Package com.aowagie.text.pdf
Class GlyphList
- java.lang.Object
-
- com.aowagie.text.pdf.GlyphList
-
class GlyphList extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.HashMap
names2unicode
private static java.util.HashMap
unicode2names
-
Constructor Summary
Constructors Constructor Description GlyphList()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int[]
nameToUnicode(java.lang.String name)
static java.lang.String
unicodeToName(int num)
-