sorlok / waitzar

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

WaitZar will load large font files incorrectly. #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
#WZ 1.7 nightly

If you load a HUGE font file (say, all of Chinese), WaitZar will exhibit
strange behavior and crash. This is undoubtedly due to a signed/unsigned
mismatch somewhere, but I don't see it as important to debug, since large
files have massive memory waste.

Just a long-term fix...

Original issue reported on code.google.com by seth.h...@gmail.com on 31 Mar 2009 at 8:27

GoogleCodeExporter commented 9 years ago
Allow loading of TTF files, and then render each sentence. This also solves the 
issue
of Shan fonts. 

Original comment by seth.h...@gmail.com on 24 Nov 2009 at 2:58

GoogleCodeExporter commented 9 years ago
Done. Loading a TTF is the preferred way to handle big fonts; it performs well 
and
won't hog memory.

Original comment by seth.h...@gmail.com on 23 Mar 2010 at 6:45