Click or drag to resize

GdiFontManager_dictWin32FamilyNameToGdiFontFamilyAndPresence Field

Dictionary of the Gdi font families. Key is the Win32FamilyName, value is an array[4] of FontFamily with represent the styles regular, bold, italic, and bold-Italic. For system fonts, the 4 font family instances will be identical, but due to a bug in Windows 10, to create a private font family we need to load each font file in a separate PrivateFontCollection, thus creating a separate FontFamily for each style.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected ConcurrentDictionary<string, FontFamily[]> _dictWin32FamilyNameToGdiFontFamilyAndPresence

Field Value

ConcurrentDictionaryString, FontFamily
See Also