Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

b8a3d313 58e8 156b 6251 f5da32ed0f70

haplokuon edited this page May 6, 2023 · 1 revision

FontFile Property

netDxf 3.0.0 Library

Gets or sets the text style font file name.

Definition

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

Property Value

String

Remarks

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.

See Also

Reference

TextStyle Class
netDxf.Tables Namespace

Clone this wiki locally