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 417
979940f1 328e 3adb b258 a32ae7658cdf
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
MText line spacing style.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum MTextLineSpacingStyle
VB
Public Enumeration MTextLineSpacingStyle
C++
public enum class MTextLineSpacingStyle
F#
type MTextLineSpacingStyle
Default | 0 | Default (only applicable in MTextParagraphOptions). |
AtLeast | 1 | At least (taller characters will override) |
Exact | 2 | Exact (taller characters will not override) |
Multiple | 3 | Multiple (only applicable in MTextParagraphOptions). |