org.freehep.graphics2d.font
Class FontEncoder
java.lang.Object
org.freehep.graphics2d.font.FontEncoder
- public class FontEncoder
- extends Object
- Source Code:
- FontEncoder.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2000-2004 FreeHEP, All Rights Reserved.