TextFont Constructors
Contains properties that specify the font settings for a presentation text.| 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