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 419
8c381d5b 9768 aee4 5698 9db77a33f14e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the true type font style.
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
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.