Class FastFont
Inheritance
System.Object
FastFont
Assembly: FastReport.dll
Syntax
Constructors
FastFont(String, Boolean, Boolean)
Declaration
public FastFont(string name, bool bold, bool italic)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Boolean |
bold |
|
System.Boolean |
italic |
|
Properties
Bold
Declaration
public bool Bold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FastName
Declaration
public string FastName { get; }
Property Value
Type |
Description |
System.String |
|
Italic
Declaration
public bool Italic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OriginalFontName
Declaration
public string OriginalFontName { get; set; }
Property Value
Type |
Description |
System.String |
|