Package | Description |
---|---|
org.freehep.graphics2d.font |
Font encoding tables and lookup classes to query the tables.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharTable
Abstract Character Table, inherited by all the Generated Encoding Tables
|
Modifier and Type | Method and Description |
---|---|
CharTable |
Lookup.getTable(String tableName)
Gives the requested encoding table Valid table names can be requested
with a call to
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.