org.freehep.graphics2d.font
Class FontEncoder

java.lang.Object
  extended by org.freehep.graphics2d.font.FontEncoder

public class FontEncoder
extends Object


Method Summary
static String getEncodedString(String string, CharTable charTable)
          Returns an unicode encoded string from an ascii encoded string, using the supplied table.
static String getEncodedString(String string, String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEncodedString

public static String getEncodedString(String string,
                                      String tableName)

getEncodedString

public static String getEncodedString(String string,
                                      CharTable charTable)
Returns an unicode encoded string from an ascii encoded string, using the supplied table.



Copyright © 2012. All Rights Reserved.