CadFontStyleTableFlag Enumeration |
Font style table flags.
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax[FlagsAttribute]
public enum CadFontStyleTableFlag
<FlagsAttribute>
Public Enumeration CadFontStyleTableFlag
[FlagsAttribute]
public enum class CadFontStyleTableFlag
[<FlagsAttribute>]
type CadFontStyleTableFlag
Members
| Member name | Value | Description |
---|
| None | 0 |
Empty flag.
|
| FixedPitch | 1 |
Fixed pitch (monospace font).
|
| VariablePitch | 2 |
Variable pitch.
|
| Roman | 16 |
Roman family (serif).
|
| Swiss | 32 |
Swiss family (sans serif).
|
| Italic | 16777216 |
Italic style.
|
| Bold | 33554432 |
Bold style.
|
| BoldItalic | 50331648 |
Bold italic style.
|
See Also