jeaye / q3

A Quake 3 like game with voxelized, destructible maps; written in Rust
BSD 3-Clause "New" or "Revised" License
500 stars 25 forks source link

Unicode text #39

Closed jeaye closed 11 years ago

jeaye commented 11 years ago

Right now, only basic ASCII is supported for font rendering. I'd be interested in looking into a more flexible technique.

jeaye commented 11 years ago

Resolved that this already works out with how the font rendering is written. The key limitation is that required characters must be known up front. Good for now.