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

4376d39c c458 68bd aa69 92d74399a140

haplokuon edited this page May 6, 2023 · 1 revision

FontFamilyName Property

netDxf 3.0.0 Library

Gets or sets the true type font family name.

Definition

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

Property Value

String

Remarks

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.

See Also

Reference

TextStyle Class
netDxf.Tables Namespace

Clone this wiki locally