C# Class iTextSharp.text.pdf.FontSelector

Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Protected Properties

Свойство Type Description
fonts ArrayList

Méthodes publiques

Méthode Description
AddFont ( Font font ) : void
Process ( String text ) : Phrase

Method Details

AddFont() public méthode

public AddFont ( Font font ) : void
font iTextSharp.text.Font
Résultat void

Process() public méthode

public Process ( String text ) : Phrase
text String
Résultat iTextSharp.text.Phrase

Property Details

fonts protected_oe property

protected ArrayList fonts
Résultat ArrayList