1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Upgrade platform_get_font_path()

This commit is contained in:
Gymnasiast
2022-01-10 13:41:12 +01:00
parent 310ad1e400
commit f917fffe34
11 changed files with 117 additions and 132 deletions

View File

@@ -18,14 +18,6 @@
# include <jni.h>
# include <wchar.h>
# ifndef NO_TTF
bool platform_get_font_path(TTFFontDescriptor* font, utf8* buffer, size_t size)
{
STUB();
return false;
}
# endif
float platform_get_default_scale()
{
JNIEnv* env = static_cast<JNIEnv*>(SDL_AndroidGetJNIEnv());