Click or drag to resize

DXFReaderNETControlAddTextStyle Method

Adds a new text style to the drawing.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public TextStyle AddTextStyle(
	string TextStyleName,
	string FontFileName
)

Parameters

TextStyleName
Type: SystemString
The name of the text style to add.
FontFileName
Type: SystemString
The font name of the text style.

Return Value

Type: TextStyle
The new text style.
See Also