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
)
Public Function AddTextStyle (
TextStyleName As String,
FontFileName As String
) As TextStyle
public:
TextStyle^ AddTextStyle(
String^ TextStyleName,
String^ FontFileName
)
member AddTextStyle :
TextStyleName : string *
FontFileName : string -> TextStyle
METHOD AddTextStyle(
TextStyleName AS STRING,
FontFileName AS STRING
) AS TextStyle
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:
TextStyleThe new text style.
See Also