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
)
Public Sub New (
name As String,
font As String
)
public:
TextStyle(
String^ name,
String^ font
)
new :
name : string *
font : string -> TextStyle
CONSTRUCTOR(
name AS STRING,
font AS STRING
)
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