MTextFormattingOptions Class |
Namespace: netDxf.Entities
The MTextFormattingOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| MTextFormattingOptions |
Initializes a new instance of the MTextFormattingOptions class
|
| Name | Description | |
|---|---|---|
| Aligment |
Gets or sets the text alignment.
| |
| 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 file name (.ttf fonts without the extension).
| |
| 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 overline.
| |
| StrikeThrough |
Gets or sets strike-through.
| |
| Underline |
Gets or sets underline.
| |
| WidthFactor |
Gets or sets the width factor to produce wide text.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FormatText |
Obtains the string that represents the formatted text applying the current options.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |