This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
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 FontStyleVB
<FlagsAttribute>
Public Enumeration FontStyleC++
[FlagsAttribute]
public enum class FontStyleF#
[<FlagsAttribute>]
type FontStyle| Regular | 0 | Regular. |
| Italic | 1 | Italic or oblique. |
| Bold | 2 | Bold. |