Gigoteur / UnicornConsole

Unicorn Console: create quick fantasy game in Rust/Python/Lua/Rhai/Wasm !
MIT License
905 stars 47 forks source link

Fix font part #24

Closed hallucino closed 7 years ago

hallucino commented 7 years ago

I need to improve few things:

hallucino commented 7 years ago

@johnbatty it seems ok for all characters no ?

johnbatty commented 7 years ago

Yes, I think the current font is now good! I also want to add one or more bigger font(s) for higher resolution modes, and then also obviously need to provide a way of selecting them. I think I might change the font definition format to store the glyphs in row by row format rather than the current column by column format. Will make them easier to define. Do you have any objection to that? I'd obviously fix up the font drawing code too!

hallucino commented 7 years ago

no objection, it seems a good idea !

hallucino commented 7 years ago

Seems ok no ? We could close this bug ?

johnbatty commented 7 years ago

Yep, I agree!