Creates new Font class instance.
Name | Description | |
---|---|---|
Font() |
Creates new Font class instance. |
|
Font(Font) |
Creates new Font class instance. This constructor copies font settings from given System.Drawing.Font class instance. |
|
Font(Font, UnitConverterObject) |
Creates new Font class instance. This constructor copies font settings from given System.Drawing.Font class instance. |
|
Font(String, Single) |
Creates new Font class instance. Here you can specify font typeface name and its size. |
|
Font(Font, Single, Single) |
Creates new Font class instance. This constructor copies font settings from given System.Drawing.Font class instance. You can also specify resolution here (necessary if you are using units other than Pixel). |
|
Font(String, Single, UnitConverterObject) |
Creates new Font class instance. Here you can specify font typeface name and its size. |
|
Font(String, Single, Boolean, Boolean) |
Creates new Font class instance. Here you can specify font typeface name, its size, and if font should be bold and/or italic. |
|
Font(String, Single, Single, Single) |
Creates new Font class instance. Here you can specify font typeface name and its size. You can also specify resolution here (necessary if you are using units other than Pixel). |
|
Font(String, Single, Boolean, Boolean, UnitConverterObject) |
Creates new Font class instance. Here you can specify font typeface name, its size, and if font should be bold and/or italic. |
|
Font(String, Single, Boolean, Boolean, Single, Single) |
Creates new Font class instance. Here you can specify font typeface name, its size, and if font should be bold and/or italic. You can also specify resolution here (necessary if you are using units other than Pixel). |