C# Class PdfRpt.FluentInterface.DefaultFontsBuilder

Default Fonts Settings Class.
ファイルを表示 Open project: VahidN/PdfReport Class Usage Examples

Public Methods

Method Description
Color ( Color colorValue ) : void

Sets the default fonts color.

DefaultFontsBuilder ( PdfReport pdfReport ) : System.Drawing

ctor.

Path ( string defaultFont1, string defaultFont2 ) : void

Sets the optional fonts path.

Size ( int value ) : void

Sets the default fonts size.

Method Details

Color() public method

Sets the default fonts color.
public Color ( Color colorValue ) : void
colorValue Color
return void

DefaultFontsBuilder() public method

ctor.
public DefaultFontsBuilder ( PdfReport pdfReport ) : System.Drawing
pdfReport PdfReport
return System.Drawing

Path() public method

Sets the optional fonts path.
public Path ( string defaultFont1, string defaultFont2 ) : void
defaultFont1 string font1's path
defaultFont2 string font2's path
return void

Size() public method

Sets the default fonts size.
public Size ( int value ) : void
value int font size
return void