Click or drag to resize

MTextFormattingOptions Class

Options for the multiline text entity text formatting.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesMTextFormattingOptions

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class MTextFormattingOptions

The MTextFormattingOptions type exposes the following members.

Constructors
  NameDescription
Public methodMTextFormattingOptions
Initializes a new instance of the MTextFormattingOptions class
Top
Properties
  NameDescription
Public propertyAligment
Gets or sets the text alignment.
Public propertyBold
Gets or sets if the text is bold.
Public propertyCharacterSpaceFactor
Gets or sets the space between characters as a multiple of the original spacing between characters.
Public propertyColor
Gets or sets the text color.
Public propertyFontName
Gets or sets the font file name (.ttf fonts without the extension).
Public propertyHeightFactor
Gets or sets the text height as a multiple of the current text height.
Public propertyItalic
Gets or sets if the text is italic.
Public propertyObliqueAngle
Gets or sets the obliquing angle in degrees.
Public propertyOverline
Gets or sets the overline.
Public propertyStrikeThrough
Gets or sets strike-through.
Public propertyUnderline
Gets or sets underline.
Public propertyWidthFactor
Gets or sets the width factor to produce wide text.
Top
Methods
  NameDescription
Public methodFormatText
Obtains the string that represents the formatted text applying the current options.
Top
See Also