com.lowagie.text.pdf
Class GlyphList

java.lang.Object
  extended by com.lowagie.text.pdf.GlyphList

public class GlyphList
extends Object


Field Summary
private static HashMap names2unicode
           
private static HashMap unicode2names
           
 
Constructor Summary
GlyphList()
           
 
Method Summary
static int[] nameToUnicode(String name)
           
static String unicodeToName(int num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unicode2names

private static HashMap unicode2names

names2unicode

private static HashMap names2unicode
Constructor Detail

GlyphList

public GlyphList()
Method Detail

nameToUnicode

public static int[] nameToUnicode(String name)

unicodeToName

public static String unicodeToName(int num)

Hosted by Hostbasket