Click or drag to resize

TextStyle Constructor (String, String, FontStyle)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the TextStyle class exclusively to be used with true type fonts.

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

Parameters

name
Type: SystemString
Text style name.
fontFamily
Type: SystemString
True type font family name.
fontStyle
Type: netDxf.TablesFontStyle
True type font style
Remarks
This constructor is to be use only with true type fonts.
See Also