enable forked fonts on macOS
This commit is contained in:
parent
a56fba3565
commit
cf92625df5
2 changed files with 10 additions and 3 deletions
|
|
@ -186,6 +186,16 @@ http://www.tuxpaint.org/
|
||||||
https://sourceforge.net/p/tuxpaint/bugs/265/
|
https://sourceforge.net/p/tuxpaint/bugs/265/
|
||||||
Mark Kim <markuskimius@gmail.com>
|
Mark Kim <markuskimius@gmail.com>
|
||||||
|
|
||||||
|
* More fonts for the text and label tools on the macOS.
|
||||||
|
Enabled forked fonts so more fonts are available for use with the text
|
||||||
|
and label tools on the macOS. This is particularly noticible with
|
||||||
|
localized fonts because only a few localized fonts may exist on the
|
||||||
|
system so missing even a single font can lead to inability to type in a
|
||||||
|
localized language at all. It's unclear why forked fonts were disabled
|
||||||
|
to start on the macOS but it appears to be reliable now so it's now been
|
||||||
|
enabled to take advantage of its benefits.
|
||||||
|
Mark Kim <markuskimius@gmail.com>
|
||||||
|
|
||||||
* Documentation updates:
|
* Documentation updates:
|
||||||
---------------------
|
---------------------
|
||||||
* New "Quickstart Guide" document added.
|
* New "Quickstart Guide" document added.
|
||||||
|
|
|
||||||
|
|
@ -31,9 +31,6 @@
|
||||||
#if defined(WIN32) || defined(__BEOS__)
|
#if defined(WIN32) || defined(__BEOS__)
|
||||||
#undef FORKED_FONTS
|
#undef FORKED_FONTS
|
||||||
#endif
|
#endif
|
||||||
#ifdef __APPLE__
|
|
||||||
#undef FORKED_FONTS
|
|
||||||
#endif
|
|
||||||
#ifdef __ANDROID__
|
#ifdef __ANDROID__
|
||||||
#undef FORKED_FONTS
|
#undef FORKED_FONTS
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue