Click or drag to resize

TextStyle Constructor (String, String)

Initializes a new instance of the TextStyle class.

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public TextStyle(
	string name,
	string font
)

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