HiraokaHyperTools.iTextSharp-LGPL
0.2.5
|
Public Member Functions | |
void | AddFont (Font font) |
Phrase | Process (String text) |
Protected Attributes | |
ArrayList | fonts = new ArrayList() |
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.
void iTextSharp.text.pdf.FontSelector.AddFont | ( | Font | font | ) |
Phrase iTextSharp.text.pdf.FontSelector.Process | ( | String | text | ) |
Process the text so that it will render with a combination of fonts if needed.
text | the text |
Phrase
with one or more chunks
|
protected |