v0.7.5b: fixed android 6 OTF splitter not being used
This commit is contained in:
parent
9862932bc4
commit
5b53e827e1
|
@ -244,6 +244,7 @@ public class AndroidPlatformSupport extends PlatformSupport {
|
||||||
KRFontGenerator = new FreeTypeFontGenerator(Gdx.files.absolute("/system/fonts/NanumGothic.ttf"));
|
KRFontGenerator = new FreeTypeFontGenerator(Gdx.files.absolute("/system/fonts/NanumGothic.ttf"));
|
||||||
} else if (Gdx.files.absolute("/system/fonts/NotoSansKR-Regular.otf").exists()){
|
} else if (Gdx.files.absolute("/system/fonts/NotoSansKR-Regular.otf").exists()){
|
||||||
KRFontGenerator = new FreeTypeFontGenerator(Gdx.files.absolute("/system/fonts/NotoSansKR-Regular.otf"));
|
KRFontGenerator = new FreeTypeFontGenerator(Gdx.files.absolute("/system/fonts/NotoSansKR-Regular.otf"));
|
||||||
|
koreanAndroid6OTF = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Chinese font generators
|
//Chinese font generators
|
||||||
|
|
Loading…
Reference in New Issue
Block a user