Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

168a050c 57bc 4262 576a bef0f68445d3

haplokuon edited this page May 6, 2023 · 1 revision

MTextFormattingOptions Class

netDxf 3.0.0 Library

Options for the multiline text entity text formatting.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public class MTextFormattingOptions

VB

Public Class MTextFormattingOptions

C++

public ref class MTextFormattingOptions

F#

type MTextFormattingOptions = class end
Inheritance Object → MTextFormattingOptions

Remarks

Old DXF versions might not support all available formatting codes.

Constructors

MTextFormattingOptions Initializes a new instance of the MTextFormattingOptions class.

Properties

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.

Methods

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)

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally