com.lowagie.text.pdf
Class FontSelector
java.lang.Object
com.lowagie.text.pdf.FontSelector
public class FontSelector
extends java.lang.Object
Selects the appropriate fonts that contain the glyphs needed to
render text correctly. The fonts are checked in order until the
character is found.
The built in fonts "Symbol" and "ZapfDingbats", if used, have a special encoding
to allow the characters to be referred by Unicode.
- Paulo Soares (psoares@consiste.pt)
void | addFont(Font font) - Adds a
Font to be searched for valid characters.
|
Phrase | process(String text) - Process the text so that it will render with a combination of fonts
if needed.
|
fonts
protected ArrayList fonts
addFont
public void addFont(Font font)
Adds a Font
to be searched for valid characters.
process
public Phrase process(String text)
Process the text so that it will render with a combination of fonts
if needed.
- a
Phrase
with one or more chunks