Initializes a new instance of the TextMetric class

Namespace:  PerpetuumSoft.Framework.Text
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public TextMetric(
	double width,
	double height,
	double ascent,
	bool isBreak
)
Visual Basic (Declaration)
Public Sub New ( _
	width As Double, _
	height As Double, _
	ascent As Double, _
	isBreak As Boolean _
)
Visual C++
public:
TextMetric(
	double width, 
	double height, 
	double ascent, 
	bool isBreak
)

Parameters

width
Type: System..::.Double
height
Type: System..::.Double
ascent
Type: System..::.Double
isBreak
Type: System..::.Boolean

See Also