Click or drag to resize

GdiFontManagerInternalGetAvailableFontFamilies Method

Gets all available font families and stores them in the provided dictionary.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void InternalGetAvailableFontFamilies(
	IDictionary<string, FontStylePresence> dictionaryToStoreTheResult
)

Parameters

dictionaryToStoreTheResult  IDictionaryString, FontStylePresence
The dictionary to store the result.
See Also