v0.7.5b: fixed android 6 OTF splitter not being used

This commit is contained in:
Evan Debenham 2019-10-14 14:04:23 -04:00
parent 9862932bc4
commit 5b53e827e1

View File

@ -244,6 +244,7 @@ public class AndroidPlatformSupport extends PlatformSupport {
KRFontGenerator = new FreeTypeFontGenerator(Gdx.files.absolute("/system/fonts/NanumGothic.ttf"));
} else if (Gdx.files.absolute("/system/fonts/NotoSansKR-Regular.otf").exists()){
KRFontGenerator = new FreeTypeFontGenerator(Gdx.files.absolute("/system/fonts/NotoSansKR-Regular.otf"));
koreanAndroid6OTF = true;
}
//Chinese font generators