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

a1d04c99 e3b3 dcc3 4615 1167e83ca97b

haplokuon edited this page May 6, 2023 · 1 revision

BigFont Property

netDxf 3.0.0 Library

Gets or sets an Asian-language Big Font file.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public string BigFont { get; set; }

VB

Public Property BigFont As String
	Get
	Set

C++

public:
property String^ BigFont {
	String^ get ();
	void set (String^ value);
}

F#

member BigFont : string with get, set

Property Value

String

Remarks

Only ACAD compiled shape SHX fonts are valid for creating Big Fonts.

See Also

Reference

TextStyle Class
netDxf.Tables Namespace

Clone this wiki locally