MTextFormattingOptions Class |
Namespace: DXFReaderNET.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 | |
---|---|---|
FormatText |
Obtains the string that represents the formatted text applying the current options.
|