mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 16:50:33 +00:00
More japanese
This commit is contained in:
parent
27c9f7bc88
commit
3e460d94ac
4 changed files with 449 additions and 82 deletions
|
@ -160,5 +160,11 @@ public:
|
|||
|
||||
#ifdef MORE_LANGUAGES
|
||||
static void ReloadFonts(uint8 set);
|
||||
|
||||
// japanese stuff
|
||||
static bool IsAnsiCharacter(wchar* s);
|
||||
static bool IsJapanesePunctuation(wchar* a1);
|
||||
static bool IsJapanese() { return LanguageSet == FONT_LANGSET_JAPANESE; }
|
||||
static bool IsJapaneseFont() { return IsJapanese() && (Details.style == FONT_JAPANESE || Details.style == FONT_PAGER); }
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue