TextFont Constructors
| Name | Parameters | Description |
|---|---|---|
| TextFont(String, String, Byte, Byte) | name, panose, charset, pitchFamily | Initializes a new instance of the TextFont class with specified settings. |
| TextFont(String) | typeface | Initializes a new instance of the TextFont class with specified settings. |
See Also