MTextFormattingOptionsFontName Property
|
Gets or sets the font file name (.ttf fonts without the extension).
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public string FontName { get; set; }
Public Property FontName As String
Get
Set
public:
property String^ FontName {
String^ get ();
void set (String^ value);
}
member FontName : string with get, set
PROPERTY FontName AS STRING GET SET
Property Value
Type:
StringRemarks Set as null to apply the default font.
See Also