TextStyle Constructor (String)
|
Initializes a new instance of the TextStyle class. The font file name, without the extension, will be used as the TextStyle name.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public TextStyle(
string font
)
Public Sub New (
font As String
)
public:
TextStyle(
String^ font
)
new :
font : string -> TextStyle
CONSTRUCTOR(
font AS STRING
)
Parameters
- 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