Click or drag to resize

FontAddChar Method

Add a glyph and associate it with the given character code.

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

Parameters

id  Char
The character code for this glyph.
list  ListCommand
The glyph definition.
See Also