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
Members
  Member nameValueDescription
None0 Empty flag.
FixedPitch1 Fixed pitch (monospace font).
VariablePitch2 Variable pitch.
Roman16 Roman family (serif).
Swiss32 Swiss family (sans serif).
Italic16777216 Italic style.
Bold33554432 Bold style.
BoldItalic50331648 Bold italic style.
See Also