C# Class iTextSharp.text.pdf.FontSelector

ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Property Type Description
fonts ArrayList

Public Methods

Method Description
AddFont ( Font font ) : void
Process ( String text ) : Phrase

Method Details

AddFont() public method

public AddFont ( Font font ) : void
font iTextSharp.text.Font
return void

Process() public method

public Process ( String text ) : Phrase
text String
return iTextSharp.text.Phrase

Property Details

fonts protected_oe property

protected ArrayList fonts
return ArrayList