This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
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 MTextLineSpacingStyleVB
Public Enumeration MTextLineSpacingStyleC++
public enum class MTextLineSpacingStyleF#
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). |