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 02:55:07
|
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. The "Aa", "qx", "QX", etc. strings test the fonts to see which fonts should be loaded in which order, so that the fonts that are best for the language in use are loaded first. You should modify those strings in the Norwegian/Russian .po file in a way so that the fonts that are most friendly to the Norwegian/Russian show up first. This never has been an issue for Korean since Korean never could be typed in the first place, but now I gotta figure out a way to make this work for Korean, too. =) |