Click or drag to resize

Font.GetCharList Method

Get a list of the character codes currently defined in the font.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.7.1
Syntax
C#
public Dictionary<TKey, TValue> .KeyCollection GetCharList()

Return Value

Dictionary<TKey, TValue>.KeyCollection
DIctionary of all characters stored in this font as independent CommandLists
See Also