Click or drag to resize

MTextFormattingOptions Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Options for the multiline text entity text formatting.
Inheritance Hierarchy
SystemObject
  netDxf.EntitiesMTextFormattingOptions

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public class MTextFormattingOptions
Request Example View Source

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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormatText
Obtains the string that represents the formatted text applying the current options.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also