Re: [Tuxpaint-devel] Per-locale default font
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
From: Shin-ichi T. <dol...@wm...> - 2023-06-13 15:00:20
|
On Tue, 13 Jun 2023 00:52:57 -0700, Bill Kendrick wrote: >And done. (This required adding a "TUXPAINT_DATA_PREFIX" to TPC's >Makefile, so there's a lot of assumptions going on here! I also have >no clue how this will play with, e.g., the macOS version :-/ ) > >It all seems to work for me on Linux, which is a start. > >And I _believe_ I've got the default locale fonts all rigged up >properly by giving their family names in `fonts.c` (whereas back >in the SDL_ttf days, we'd just try to load "<locale_code>.ttf"). > >*Whew!* > > >Mark, Shin-ichi, and Luc, please bang on these things macOS, Windows, >and Haiku! Thanks. I confirmed everything looks O.K. on Windows. Thank you for your great effort to handle this!! By the way, I had to revert the commit "cf94635713b9dc7977af131a6b3ec89cc872d0e1" to build Tux Paint on Windows from current git repo because of the error as follows. --------------- ...Generating thumbnails for starters... /bin/sh: -c: line 1: syntax error near unexpected token `(' /bin/sh: -c: line 1: `(eval export PATH=/c/Users/shin1/home/tuxpaint/tuxpaint:/c/Program Files (x86)/Inno Setup 6:/c/Program Files/ImageMagick:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/c/bin/:/c/xyzzy/:/c/Program Files/nodejs/)' make[1]: *** [Makefile:889: echo-thumb-starters] Error 2 make[1]: Leaving directory '/c/Users/shin1/home/tuxpaint/tuxpaint' make: *** [Makefile:689: bdist-win32] Error 2 --------------- I will look into it when I have time. Thanks! -- Shin-ichi TOYAMA <dol...@wm...> |