Enum FontStyle
FontStyle enumeration
Specifies style to be applied to text.
[Flags]
public enum FontStyle
Values
| Name | Value | Description |
|---|---|---|
| Regular | 0 | Regular text. |
| Bold | 1 | Bold text. |
| Italic | 2 | Italic text. |
| Underline | 4 | Underlined text. |
| Strikeout | 8 | Text with a line through the middle. |
See Also
- namespace Aspose.Gis.Rendering.Labelings
- assembly Aspose.GIS