udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Font should not be required when using JSON output #115

Closed EdGruberman closed 13 years ago

EdGruberman commented 13 years ago

When the --write-json option is used the markers are not rendered on the image. So a font should not be required for such operations.

Right now, it will output the following error after rendering in memory and then not output any file at all. c10t: ttf_path - not a file: font.ttf

udoprog commented 13 years ago

This issue is fixed in head, thanks for all the nice suggestions!

EdGruberman commented 13 years ago

Thank YOU for your quick and corteous support.

If only I could code C++ myself, I'd offer pull requests too... ever think of redoing this in C#? :)