Click or drag to resize

FontManager3DGetFont Method

Creates a 3D font for the specified family, size, depth, and style.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FontX3D GetFont(
	string fontFamilyName,
	double size,
	double depth,
	FontXStyle style
)

Parameters

fontFamilyName  String
The font family name.
size  Double
The font size.
depth  Double
The extrusion depth.
style  FontXStyle
The font style.

Return Value

FontX3D
The created 3D font.
See Also