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

f9bc0a14 046b 6b75 3d4d 8d5379764e56

haplokuon edited this page May 6, 2023 · 1 revision

SuperSubScriptHeightFactor Property

netDxf 3.0.0 Library

Gets or sets the superscript and subscript text height as a multiple of the current text height.

Definition

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

C#

public double SuperSubScriptHeightFactor { get; set; }

VB

Public Property SuperSubScriptHeightFactor As Double
	Get
	Set

C++

public:
property double SuperSubScriptHeightFactor {
	double get ();
	void set (double value);
}

F#

member SuperSubScriptHeightFactor : float with get, set

Property Value

Double

Remarks

By default it is set as 0.7 the current text height.

See Also

Reference

MTextFormattingOptions Class
netDxf.Entities Namespace

Clone this wiki locally