Click or drag to resize

GdiFontManagerEhAnnounceDestructionOfFontX Method

Is called upon every destruction of a FontX instance.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void EhAnnounceDestructionOfFontX(
	string fontID
)

Parameters

fontID  String
The invariant description string of the destructed FontX instance.
See Also