FontUnit Constructor
.NET Framework 3.0
Initializes a new instance of the FontUnit class.
| Name | Description |
|---|---|
| FontUnit (Double) | Initializes a new instance of the FontUnit class with the specified font size in points. |
| FontUnit (FontSize) | Initializes a new instance of the FontUnit class with the specified FontSize. |
| FontUnit (Int32) | Initializes a new instance of the FontUnit class with the specified font size. |
| FontUnit (String) | Initializes a new instance of the FontUnit class with the specified string. |
| FontUnit (Unit) | Initializes a new instance of the FontUnit class with the specified Unit. |
| FontUnit (Double, UnitType) | Initializes a new instance of the FontUnit class with the specified font size and UnitType value. |
| FontUnit (String, CultureInfo) | Initializes a new instance of the FontUnit class with the specified string using the specified System.Globalization.CultureInfo object. |
Community Additions
ADD
Show: