GdiFontManagerInternalToGdi Method |
Retrieves the Gdi+ font instance that the provided
FontX argument is describing.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual Font InternalToGdi(
FontX fontX
)
Parameters
- fontX FontX
- The fontX instance.
Return Value
FontThe 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