This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 420
136f1c5f aa33 c3ba 2bc4 2755462f3bce
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Represent the font character formatting, such as italic, bold, or regular.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
[FlagsAttribute]
public enum FontStyle
VB
<FlagsAttribute>
Public Enumeration FontStyle
C++
[FlagsAttribute]
public enum class FontStyle
F#
[<FlagsAttribute>]
type FontStyle
Regular | 0 | Regular. |
Italic | 1 | Italic or oblique. |
Bold | 2 | Bold. |