HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.pdf.FontSelector Class Reference

Public Member Functions

void AddFont (Font font)
 
Phrase Process (String text)
 

Protected Attributes

ArrayList fonts = new ArrayList()
 

Detailed Description

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.

Author
Paulo Soares (psoar.nosp@m.es@c.nosp@m.onsis.nosp@m.te.p.nosp@m.t)

Member Function Documentation

◆ AddFont()

void iTextSharp.text.pdf.FontSelector.AddFont ( Font  font)

Adds a Font to be searched for valid characters.

Parameters
fontthe Font

◆ Process()

Phrase iTextSharp.text.pdf.FontSelector.Process ( String  text)

Process the text so that it will render with a combination of fonts if needed.

Parameters
textthe text
Returns
a Phrase with one or more chunks

Member Data Documentation

◆ fonts

ArrayList iTextSharp.text.pdf.FontSelector.fonts = new ArrayList()
protected

The documentation for this class was generated from the following file: