TextFont Constructors
| Name | Parameters | Description |
|---|---|---|
| TextFont(String, TextFontStyle) | familyName, style | Initializes a new instance of the TextFont class with specified settings. |
| TextFont(String) | familyName | Initializes a new instance of the TextFont class with specified settings. |
See Also