Click or drag to resize

GdiFontManagerToGdi Method

Retrieves the Gdi+ font instance that the provided FontX argument is describing.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Font ToGdi(
	FontX fontX
)

Parameters

fontX  FontX
The fontX instance.

Return Value

Font
The Gdi+ font instance that corresponds with the argument. If the font family of the fontX argument is not found, a default font (Microsoft Sans Serif) is returned.
See Also