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