Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

136f1c5f aa33 c3ba 2bc4 2755462f3bce

haplokuon edited this page May 6, 2023 · 1 revision

FontStyle Enumeration

netDxf 3.0.0 Library

Represent the font character formatting, such as italic, bold, or regular.

Definition

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

Members

Regular 0 Regular.
Italic 1 Italic or oblique.
Bold 2 Bold.

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally