| FontStyleType Enumeration |
Font style.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax [FlagsAttribute]
public enum FontStyleType
<FlagsAttribute>
Public Enumeration FontStyleType
[FlagsAttribute]
public enum class FontStyleType
[<FlagsAttribute>]
type FontStyleType
Members
| Member name | Value | Description |
---|
| Bold | 1 |
Bold text (1).
|
| Italic | 2 |
Italic text (2).
|
| Regular | 0 |
Normal text (0).
|
| Strikeout | 8 |
Text with a line through the middle (8).
|
| Underline | 4 |
Underlined text (4).
|
See Also