Click or drag to resize

FontInfo Constructor

Initializes a new instance of the FontInfo class.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FontInfo(
	double cylinespace,
	double cyascent,
	double cydescent,
	double size
)

Parameters

cylinespace  Double
The line spacing.
cyascent  Double
The ascent.
cydescent  Double
The descent.
size  Double
The font size.
See Also