|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharTable | |
---|---|
org.freehep.graphics2d.font | Font encoding tables and lookup classes to query the tables. |
org.freehep.graphicsio.font | Utility classes for encoding, including and/or embedding fonts. |
org.freehep.graphicsio.pdf | PDF (Portable Document File) Output Format. |
org.freehep.graphicsio.ps | PS, EPS (PostScript and Encapsulated PostScript) Output Format. |
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 |
FontEncoder.getEncodedString(String string,
CharTable charTable)
Returns an unicode encoded string from an ascii encoded string, using the supplied table. |
static String |
FontUtilities.getEncodedString(String string,
CharTable charTable)
Deprecated. use org.freehep.graphics2d.font.FontEncoder.getEncodedString() |
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. |
Uses of CharTable in org.freehep.graphicsio.font |
---|
Methods in org.freehep.graphicsio.font that return CharTable | |
---|---|
CharTable |
FontTable.Entry.getEncoding()
|
abstract CharTable |
FontTable.getEncodingTable()
Returns a default CharTable to be used for normal text (not Symbol or Dingbats). |
protected CharTable |
FontIncluder.getEncodingTable()
|
Methods in org.freehep.graphicsio.font with parameters of type CharTable | |
---|---|
void |
FontEmbedder.includeFont(Font font,
CharTable charTable,
String name)
|
void |
FontIncluder.includeFont(Font font,
CharTable charTable,
String name)
Embed this font to the file. |
protected abstract void |
FontIncluder.writeEncoding(CharTable charTable)
Writes the encoding table to the file. |
protected void |
FontEmbedderType1.writeEncoding(CharTable t)
|
Uses of CharTable in org.freehep.graphicsio.pdf |
---|
Methods in org.freehep.graphicsio.pdf that return CharTable | |
---|---|
CharTable |
PDFFontTable.getEncodingTable()
|
Methods in org.freehep.graphicsio.pdf with parameters of type CharTable | |
---|---|
protected void |
PDFFontIncluder.writeEncoding(CharTable charTable)
|
protected void |
PDFFontEmbedder.writeEncoding(CharTable charTable)
|
static void |
PDFFontEmbedder.writeEncoding(PDFWriter pdf,
String ref,
CharTable charTable)
|
Uses of CharTable in org.freehep.graphicsio.ps |
---|
Methods in org.freehep.graphicsio.ps that return CharTable | |
---|---|
CharTable |
PSFontTable.getEncodingTable()
|
Methods in org.freehep.graphicsio.ps with parameters of type CharTable | |
---|---|
protected void |
PSFontEmbedder.writeEncoding(CharTable charTable)
writes encoding array. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |