Outputs text with color and positional formatting.
Using the special block $ <...>, you can highlight text with color, for example:
new Text(font).toSymbolsFormat("Black text! $<ffffff> white text!\nNew line!");
There must be a hex color inside the special block, which will be used later. Also, line wrapping is supported.
string type.
Text.
See Implementation
Outputs text with color and positional formatting.
Using the special block $ <...>, you can highlight text with color, for example:
There must be a hex color inside the special block, which will be used later. Also, line wrapping is supported.