Click or drag to resize

FontManager3DMeasureString Method

Measures a text string using the specified 3D font.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual VectorD3D MeasureString(
	string text,
	FontX3D font
)

Parameters

text  String
The text to measure.
font  FontX3D
The font used for measurement.

Return Value

VectorD3D
The measured width, height, and depth.
See Also