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 409
a8ae62d6 d7a0 b681 441b 1731c32d0cce
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets if the text is italic.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool Italic { get; set; }
VB
Public Property Italic As Boolean
Get
Set
C++
public:
property bool Italic {
bool get ();
void set (bool value);
}
F#
member Italic : bool with get, set
Boolean
The font style must support italic characters.