Class FontStyle
Specifies font style information applied to text.
Inheritance
System.Object
FontStyle
Namespace: IronSoftware.Drawing
Assembly: IronSoftware.Drawing.Common.dll
Syntax
public sealed class FontStyle : Enum
Fields
Bold
Bold text.
Declaration
public const FontStyle Bold
Field Value
Type | Description |
---|---|
FontStyle |
BoldItalic
Bold and Italic text.
Declaration
public const FontStyle BoldItalic
Field Value
Type | Description |
---|---|
FontStyle |
Italic
Italic text.
Declaration
public const FontStyle Italic
Field Value
Type | Description |
---|---|
FontStyle |
Regular
Normal text.
Declaration
public const FontStyle Regular
Field Value
Type | Description |
---|---|
FontStyle |
Strikeout
Text with a line through the middle.
Declaration
public const FontStyle Strikeout
Field Value
Type | Description |
---|---|
FontStyle |
Underline
Underlined text.
Declaration
public const FontStyle Underline
Field Value
Type | Description |
---|---|
FontStyle |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |