C# 클래스 AODL.ExternalExporter.PDF.Document.StyleConverter.TextPropertyConverter

Summary for TextPropertyConverter.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

메소드 설명
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

메소드 상세

FontMultiplier() 공개 정적인 메소드

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

GetFont() 공개 정적인 메소드

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

TextPropertyConverter() 공개 메소드

public TextPropertyConverter ( ) : System
리턴 System