Click or drag to resize
GeneralRulesSetMessageFont Method
Set the tileset used as the source for characters in messages.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual void SetMessageFont(
	Tileset Tileset
)

Parameters

Tileset
Type: (Default Namespace)Tileset
Tileset whose tiles will be used to represent characters for messages. The tile numbers correspond to ASCII values of the characters used in the messages.
See Also