|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CharTable | |
|---|---|
| org.freehep.graphics2d.font | Font encoding tables and lookup classes to query the tables. |
| Uses of CharTable in org.freehep.graphics2d.font |
|---|
| Classes in org.freehep.graphics2d.font that implement CharTable | |
|---|---|
class |
AbstractCharTable
Abstract Character Table, inherited by all the Generated Encoding Tables |
class |
Expert
Generated Expert Encoding Table. |
class |
ISOLatin
Generated ISOLatin Encoding Table. |
class |
MACLatin
Generated MACLatin Encoding Table. |
class |
PDFLatin
Generated PDFLatin Encoding Table. |
class |
STDLatin
Generated STDLatin Encoding Table. |
class |
Symbol
Generated Symbol Encoding Table. |
class |
WINLatin
Generated WINLatin Encoding Table. |
class |
Zapfdingbats
Generated Zapfdingbats Encoding Table. |
| Methods in org.freehep.graphics2d.font that return CharTable | |
|---|---|
CharTable |
Lookup.getTable(String tableName)
Gives the requested encoding table Valid table names can be requested with a call to |
| Methods in org.freehep.graphics2d.font with parameters of type CharTable | |
|---|---|
static String |
FontUtilities.getEncodedString(String string,
CharTable charTable)
Deprecated. use org.freehep.graphics2d.font.FontEncoder.getEncodedString() |
static String |
FontEncoder.getEncodedString(String string,
CharTable charTable)
Returns an unicode encoded string from an ascii encoded string, using the supplied table. |
static void |
FontUtilities.showString(Font font,
String string,
CharTable latinTable,
FontUtilities.ShowString device)
Shows a String and switches the encoding (and font) everytime the unicode characters leave the range of the curent encoding. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||