C# Class AODL.ExternalExporter.PDF.Document.StyleConverter.TextPropertyConverter

Summary for TextPropertyConverter.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
FontMultiplier ( TextProperties textProperties, Font font ) : Font

Fonts the multiplier. This will rewrite a font which inherited from a parent style.

GetFont ( TextProperties textProperties ) : Font

Gets the font object.

TextPropertyConverter ( ) : System

Method Details

FontMultiplier() public static méthode

Fonts the multiplier. This will rewrite a font which inherited from a parent style.
public static FontMultiplier ( TextProperties textProperties, Font font ) : Font
textProperties AODL.Document.Styles.Properties.TextProperties The text properties.
font iTextSharp.text.Font The font.
Résultat iTextSharp.text.Font

GetFont() public static méthode

Gets the font object.
public static GetFont ( TextProperties textProperties ) : Font
textProperties AODL.Document.Styles.Properties.TextProperties The text properties.
Résultat iTextSharp.text.Font

TextPropertyConverter() public méthode

public TextPropertyConverter ( ) : System
Résultat System