Click or drag to resize

FontXFontConstructed Event

Occurs when a FontX instance is created. Argument is the invariant description string of the created FontX instance.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static event Action<string> FontConstructed

Value

ActionString
See Also