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

b42832b2 8065 cf7d 8877 182f6876cda2

haplokuon edited this page May 6, 2023 · 1 revision

TextStyle(String, String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the TextStyle class.

Definition

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

Parameters

  String
Text style name.
  String
Text style font file name with full or relative path.

See Also

Reference

TextStyle Class
TextStyle Overload
netDxf.Tables Namespace

Clone this wiki locally