This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 414
4376d39c c458 68bd aa69 92d74399a140
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the true type font family name.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string FontFamilyName { get; set; }
VB
Public Property FontFamilyName As String
Get
Set
C++
public:
property String^ FontFamilyName {
String^ get ();
void set (String^ value);
}
F#
member FontFamilyName : string with get, set
String
When the font family name is manually specified the file font will not be used and it will be set to empty, the font style will also we set to FontStyle.Regular. In this case the font information will be stored in the style extended data when saved to a DXF.
This value is only applicable for true type fonts.