Enum CadFontStyleTableFlag
CadFontStyleTableFlag enumeration
Font style table flags.
[Flags]
public enum CadFontStyleTableFlag
Values
Name | Value | Description |
---|---|---|
None | 0 | Empty flag. |
FixedPitch | 1 | Fixed pitch (monospace font). |
VariablePitch | 2 | Variable pitch. |
Roman | 10 | Roman family (serif). |
Swiss | 20 | Swiss family (sans serif). |
Italic | 1000000 | Italic style. |
Bold | 2000000 | Bold style. |
BoldItalic | 3000000 | Bold italic style. |
See Also
- namespace Aspose.CAD.FileFormats.Cad.CadConsts
- assembly Aspose.CAD