enable forked fonts on macOS

This commit is contained in:
Mark Kim 2022-12-03 12:01:22 -05:00
parent a56fba3565
commit cf92625df5
2 changed files with 10 additions and 3 deletions

View file

@ -31,9 +31,6 @@
#if defined(WIN32) || defined(__BEOS__)
#undef FORKED_FONTS
#endif
#ifdef __APPLE__
#undef FORKED_FONTS
#endif
#ifdef __ANDROID__
#undef FORKED_FONTS
#endif