Click or drag to resize

TextStyle Constructor (String, String)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the TextStyle class.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public TextStyle(
	string name,
	string font
)
Request Example View Source

Parameters

name
Type: SystemString
Text style name.
font
Type: SystemString
Text style font file name with full or relative path.
Remarks
If the font file is a true type and is not found in the specified path, the constructor will try to find it in the system font folder.
See Also