SFML.Net
| TextStyles Enumeration |
Enumerate the string drawing styles
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
Members| Member name | Value | Description | |
|---|---|---|---|
| Regular | 0 | Regular characters, no style | |
| Bold | 1 | Bold characters | |
| Italic | 2 | Italic characters | |
| Underlined | 4 | Underlined characters | |
| StrikeThrough | 8 | Strike through characters |
See Also