Captain-Chaos / WorldPainter

WorldPainter is an interactive graphical map generator for the indie game Minecraft.
http://www.worldpainter.net/
GNU General Public License v3.0
341 stars 58 forks source link

feature: font in script output should be monospaced #348

Open IR0NSIGHT opened 9 months ago

IR0NSIGHT commented 9 months ago

all entries are padded with whitespace to the same length: grafik

this is how it should look:

Deep Ocean:      48.12%
Plains:          25.97%
Forest:          13.00%
Ocean:           6.30%
River:           3.90%
Windswept Hills: 1.55%
Beach:           1.17%
Snowy Plains:    0.07%
Snowy Taiga:     0.01%
Frozen River:    0.00%

initially i thought its a bug with whitespace width, but its probably just the font not being monospaced sooo its not bug report, its a feature request