udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Question about --show-signs #201

Closed Tmkrth closed 12 years ago

Tmkrth commented 12 years ago

Greetings. I am using a 2011-12-11 compiled version of c10t on a 64 bit Linux and am trying to render signs, but none show up. Besides render opts like -m -M -w -o I tried wih just --show-signs. What do I do wrong?

uap-universe commented 12 years ago

Please make sure, you have a "font.ttf" file where you are executing c10t or make sure, you have specified another font file via the "ttf-path" option.

If you don't have a font.ttf grabbable (e.g. because you are running c10t on a server without desktop environment) try to find one in your java runtime directory (on my machine: /usr/java/jre/lib/fonts/).

Tmkrth commented 12 years ago

Aha, works, thank you.