com.lowagie.text.pdf
public class FontSelector extends Object
The built in fonts "Symbol" and "ZapfDingbats", if used, have a special encoding to allow the characters to be referred by Unicode.
| Field Summary | |
|---|---|
| protected ArrayList | fonts |
| Method Summary | |
|---|---|
| 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. |
Font to be searched for valid characters.Parameters: font the Font
Parameters: text the text
Returns: a Phrase with one or more chunks