kokoye2007 / waitzar

Automatically exported from code.google.com/p/waitzar
Other
0 stars 1 forks source link

Zawgyi can't display all the letters that we might want to type. #165

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Typing some letters (using, e.g., the Zawgyi keyboard and "]", "}" to type 
quotes) will overload our embedded Zawgyi-One PNG font and cause it to emit the 
last letter in its record. 

We can't truly fix this for 1.8, since we don't know all the letters that 
someone might type. We might change our embedded Zawgyi font for 1.9, since we 
need an embedded TTF anyway for the menus. 

But the fact remains that for 1.8 we'll need some fix. Perhaps detecting an 
invalid character, and then emitting "?" (if the font contains "?)? That is 
certainly clearer than some random Burmese letter. Anyway, it needs something.

Original issue reported on code.google.com by seth.h...@gmail.com on 23 Nov 2010 at 10:12

GoogleCodeExporter commented 9 years ago
Done. Now outputs "?". I wanted to invert it, but AlphaBlend doesn't do that.

Original comment by seth.h...@gmail.com on 23 Nov 2010 at 3:22