Size

Signature

{size:[width],[height]}

Description

Sets the width and height of the next characters in the current and next lines.

Arguments

Width

The width of the characters (0 -> 127).

This value is divided by 10 after being passed as an argument.

Height

The height of the characters (0 -> 127).

This value is divided by 10 after being passed as an argument.

Notes

If this text tag is not used, the default width and height of characters is 10.

Last updated