Faction Raw reader, new locale 'jp_kana' and 'jp', adjusting kana font

Former-commit-id: 3e401ba531be1d3baed7bd280db4ad5619ce252b
Former-commit-id: 530d4f8bc7cbc39068485c4fecb81693e569534a
This commit is contained in:
Song Minjae
2016-02-18 00:40:04 +09:00
parent dbce32086f
commit 71e8e153e7
32 changed files with 1080 additions and 36 deletions

View File

@@ -257,9 +257,7 @@ public class GameFontBase implements Font {
+ getWidth(s.substring(0, i))
)
, Math.round(y)
- ((prevInstance == SHEET_KANA) ? 2
: (prevInstance == SHEET_CJK_PUNCT) ?
1 : 0)
- ((prevInstance == SHEET_CJK_PUNCT) ? 1 : 0)
, sheetX
, sheetY
);