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

8c381d5b 9768 aee4 5698 9db77a33f14e

haplokuon edited this page May 6, 2023 · 1 revision

FontStyle Property

netDxf 3.0.0 Library

Gets or sets the true type font style.

Definition

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

C#

public FontStyle FontStyle { get; set; }

VB

Public Property FontStyle As FontStyle
	Get
	Set

C++

public:
property FontStyle FontStyle {
	FontStyle get ();
	void set (FontStyle value);
}

F#

member FontStyle : FontStyle with get, set

Property Value

FontStyle

Remarks

The font style value is ignored and will always return FontStyle.Regular when a font file has been specified.
All styles may not be available for the current font family.

See Also

Reference

TextStyle Class
netDxf.Tables Namespace

Clone this wiki locally