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
168a050c 57bc 4262 576a bef0f68445d3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Options for the multiline text entity text formatting.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public class MTextFormattingOptionsVB
Public Class MTextFormattingOptionsC++
public ref class MTextFormattingOptionsF#
type MTextFormattingOptions = class end| Inheritance | Object → MTextFormattingOptions |
Old DXF versions might not support all available formatting codes.
| MTextFormattingOptions | Initializes a new instance of the MTextFormattingOptions class. |
| Bold | Gets or sets if the text is bold. |
| CharacterSpaceFactor | Gets or sets the space between characters as a multiple of the original spacing between characters. |
| Color | Gets or sets the text color. |
| FontName | Gets or sets the font that will override the default defined in the TextStyle. |
| HeightFactor | Gets or sets the text height as a multiple of the current text height. |
| Italic | Gets or sets if the text is italic. |
| ObliqueAngle | Gets or sets the obliquing angle in degrees. |
| Overline | Gets or sets the over line. |
| StrikeThrough | Gets or sets strike-through. |
| Subscript | Get or set if the text is subscript. |
| Superscript | Get or set if the text is superscript. |
| SuperSubScriptHeightFactor | Gets or sets the superscript and subscript text height as a multiple of the current text height. |
| Underline | Gets or sets underline. |
| WidthFactor | Gets or sets the width factor to produce wide text. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |