wider and bigger hangul glyphs

- height increased for letters without Final
This commit is contained in:
minjaesong
2017-05-22 14:02:49 +09:00
parent 275e037ea2
commit d1981c34e3
4 changed files with 2 additions and 2 deletions

View File

@@ -449,7 +449,7 @@ open class GameFontBase : Font {
internal val JONG_COUNT = 28
internal val W_ASIAN_PUNCT = 10
internal val W_HANGUL = 11
internal val W_HANGUL = 12
internal val W_KANA = 12
internal val W_UNIHAN = 16
internal val W_LATIN_WIDE = 9 // width of regular letters

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 KiB

After

Width:  |  Height:  |  Size: 262 KiB

View File

@@ -449,7 +449,7 @@ open class GameFontBase : Font {
internal val JONG_COUNT = 28
internal val W_ASIAN_PUNCT = 10
internal val W_HANGUL = 11
internal val W_HANGUL = 12
internal val W_KANA = 12
internal val W_UNIHAN = 16
internal val W_LATIN_WIDE = 9 // width of regular letters

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB