Click or drag to resize

FontStyle Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represent the font character formatting, such as italic, bold, or regular.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
[FlagsAttribute]
public enum FontStyle
Request Example View Source
Members
  Member nameValueDescription
Regular0 Regular.
Italic1 Italic or oblique.
Bold2 Bold.
See Also