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

5e4b5fa2 2a58 121b 3bd6 d7d4b6b9ba39

haplokuon edited this page May 6, 2023 · 1 revision

DefaultFont Field

netDxf 3.0.0 Library

Default text style font.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public const string DefaultFont = "simplex.shx"

VB

Public Const DefaultFont As String = "simplex.shx"

C++

public:
literal String^ DefaultFont = "simplex.shx"

F#

static val mutable DefaultFont: string

Field Value

String

See Also

Reference

TextStyle Class
netDxf.Tables Namespace

Clone this wiki locally