Click or drag to resize

FontManager3D_cachedCharacterOutlines Field

The _cached character outlines. Key is the invariant Gdi typeface name (without size information, as obtained with InvariantDescriptionStringWithoutSizeInformation). Value is a dictionary with text character as key and the polygonal shape of this character as value.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected Dictionary<string, Dictionary<char, CharacterGeometry>> _cachedCharacterOutlines

Field Value

DictionaryString, DictionaryChar, CharacterGeometry
See Also