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

Summary for TextPropertyConverter.
Show file Open project: monsterlabs/HumanRightsTracker

Public Methods

Method 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 method

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.
return iTextSharp.text.Font

GetFont() public static method

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

TextPropertyConverter() public method

public TextPropertyConverter ( ) : System
return System