Quote:
|
Originally Posted by Ammorth
You could use the database of character sizes and write some function that will calculate the width of a given line.
|
Having a little trouble understand it. Forgetting the special things (hex-colours, \n, etc), each letter is assigned a number (see example below), which I assume is its size or how much space it takes up. How does this translate into space usage? And, vs. the multiboard size.

JASS:
set TableDown["a"] = 877
set TableDown["b"] = 877
set TableDown["c"] = 806
...
set TableUp["A"] = 1219
set TableUp["B"] = 961
set TableUp["C"] = 1041
...
set TableUp["`"] = 480
set TableUp["~"] = 892
set TableUp["!"] = 322
...