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 409
b8a3d313 58e8 156b 6251 f5da32ed0f70
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the text style font file name.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string FontFile { get; set; }
VB
Public Property FontFile As String
Get
Set
C++
public:
property String^ FontFile {
String^ get ();
void set (String^ value);
}
F#
member FontFile : string with get, set
String
When this value is used for true type fonts should be present in the Font system folder.
When the style does not contain any information for the file the font information will be saved in the extended data when saved to a DXF, this is only applicable for true type fonts.