Click or drag to resize

FontGetChar Method

Get the glyph definition for the given character code.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public List<Command> GetChar(
	char id
)

Parameters

id  Char
The character code

Return Value

ListCommand
CommandList containing the character.
See Also