Click or drag to resize

GdiFontManagerEhInstalledFontsChanged Method

Called when the installed fonts changed during execution of this program.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void EhInstalledFontsChanged(
	Object? sender,
	EventArgs e
)

Parameters

sender  Object
The sender.
e  EventArgs
The EventArgs instance containing the event data.
See Also