Package | Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
FontIncluder.includeFont(Font font,
CharTable charTable,
String name)
Embed this font to the file.
|
void |
FontEmbedder.includeFont(Font font,
CharTable charTable,
String name) |
protected abstract void |
FontIncluder.writeEncoding(CharTable charTable)
Writes the encoding table to the file.
|
protected void |
FontEmbedderType1.writeEncoding(CharTable t) |
Modifier and Type | Method and Description |
---|---|
CharTable |
PDFFontTable.getEncodingTable() |
Modifier and Type | Method and Description |
---|---|
protected void |
PDFFontIncluder.writeEncoding(CharTable charTable) |
protected void |
PDFFontEmbedder.writeEncoding(CharTable charTable) |
static void |
PDFFontEmbedder.writeEncoding(PDFWriter pdf,
String ref,
CharTable charTable) |
Modifier and Type | Method and Description |
---|---|
CharTable |
PSFontTable.getEncodingTable() |
Modifier and Type | Method and Description |
---|---|
protected void |
PSFontEmbedder.writeEncoding(CharTable charTable)
writes encoding array.
|
Copyright © 2014. All rights reserved.