GdiFontManagerEhInstalledFontsChanged Method |
Called when the installed fonts changed during execution of this program.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual void EhInstalledFontsChanged(
Object? sender,
EventArgs e
)
Parameters
- sender Object
- The sender.
- e EventArgs
- The EventArgs instance containing the event data.
See Also