varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Support for sprite-based font #64

Closed varkor closed 10 years ago

varkor commented 10 years ago

The textbox, and any other visual components that use text, should support an image font, as well as the standard installed fonts.

varkor commented 10 years ago

I've decided it would be better not to support sprite-based fonts—one ends up rewriting a load of formatting code that's effectively reinventing the wheel. Instead, if sprite-based fonts are desired, they should be converted to proper font files and used that way.