forked from mirror/OpenTTD
Fix: [OSX] Fonts loaded directly from a file have to be registered with CoreText for proper text layout.
This commit is contained in:
@@ -85,4 +85,6 @@ void MacOSResetScriptCache(FontSize size);
|
||||
void MacOSSetCurrentLocaleName(const char *iso_code);
|
||||
int MacOSStringCompare(const char *s1, const char *s2);
|
||||
|
||||
void MacOSRegisterExternalFont(const char *file_path);
|
||||
|
||||
#endif /* STRING_OSX_H */
|
||||
|
Reference in New Issue
Block a user