New starters: 10x10 grid & 20x20 grid
Reordered font-loading to happen after locale switch occurs, to pick up font-organizing string translations (e.g., "Aa", "qx", etc.). Attempting to help address issue of Latin-only fonts being available in non-Latin locales -- seemed to help with Norwegian. Czech translation update. Russian README documentation
This commit is contained in:
parent
7b1c031283
commit
bccb269062
10 changed files with 971 additions and 65 deletions
|
|
@ -93,6 +93,7 @@ void loadfont_callback(SDL_Surface * screen, const char *restrict const dir,
|
|||
// translated. Otherwise, only Line X should be translated and the
|
||||
// ASCII-only fonts should be given bad scores in the scoring code below.
|
||||
// (the best scores going to fonts that support both)
|
||||
|
||||
if (strcmp("Zapfino", family) && strcmp("Elvish Ring NFI", family) && ((charset_works(font, gettext("qx")) && charset_works(font, gettext("QX"))) // Line X
|
||||
|| (charset_works(font, gettext("qy")) && charset_works(font, gettext("QY"))) // Line Y
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue