.NET Framework Class Library
FontStyle Enumeration
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Graphics Namespace > FontStyle Enumeration |
Specifies the font style.
Namespace: Gnostice.Core.Graphics
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
<FlagsAttribute> _ |
C# |
[FlagsAttribute] |
Visual C++ |
[FlagsAttribute] |
Member name |
Value |
Description |
|
Regular |
0 |
||
Bold |
1 |
||
Italic |
2 |
||
Underline |
4 |
||
Strikeout |
8 |