Click or drag to resize

GdiFontManager_dictDescriptionStringToGdiFont Field

Corresponds the font's invariant description string with the Gdi+ font instance. Key is the invariant description string, value is the Gdi font instance with the specific style and size.

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

Field Value

ConcurrentDictionaryString, Font
See Also