Click or drag to resize

GdiFontManager_gdiFontReferenceCounter Field

Corresponds the font's invariant description string with a reference counter. It counts the number of FontX instances with this description string. When the reference counter falls down to zero, the Gdi+ font instance can be released.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected ConcurrentDictionary<string, int> _gdiFontReferenceCounter

Field Value

ConcurrentDictionaryString, Int32
See Also