mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-11 06:11:50 +09:00
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:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user