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 415
b42832b2 8065 cf7d 8877 182f6876cda2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the TextStyle
class.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public TextStyle(
string name,
string font
)
VB
Public Sub New (
name As String,
font As String
)
C++
public:
TextStyle(
String^ name,
String^ font
)
F#
new :
name : string *
font : string -> TextStyle
- String
- Text style name.
- String
- Text style font file name with full or relative path.