Re: [Tuxpaint-devel] Windows beta build to test Input Method support?
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Mark K. K. <mkk...@gm...> - 2007-04-30 04:16:26
|
On Sun, Apr 29, 2007 at 07:55:07PM -0700, Mark K. Kim wrote: > On Sun, Apr 29, 2007 at 10:08:16AM +0200, Tore Jorgensen wrote: > > > Would it be easy to set up a list of which fonts to load (for instance > > in the locale directories), maybe even with some way to add certain > > system fonts? Choosing system fonts in the config-program makes the > > font selection more difficult since it adds so many fonts that you > > must scroll, and many of the fonts look almost the same anyway. > > That's partially controlled in the *.po files. [snip] Ah... I located an interesting bug. The *.po files are not loaded when testing the fonts for best suitableness because gettext is not setup when the fonts testing is done... thus gettext uses the original text, not the text from *.po. This may be a simple matter of moving some code around... or it may break some interdependencies between the setup codes in which case it'll be a little more involved. Can someone more familiar with the setup code take a stab at fixing this? -Mark |