Specifies font style.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
C# Copy Code |
---|
public enum FontStyle |
Visual Basic Copy Code |
---|
Public Enum FontStyle |
Member name | Description | |
---|---|---|
Bold |
Bold text. |
|
Italic |
Italic text. |
|
Regular |
Normal text. |
|
Strikeout |
Text with a line through the middle. |
|
Underline |
Underlined text. |