mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 22:29:24 +00:00
more font stuff
This commit is contained in:
parent
fc7e35e1cd
commit
91e2b427ef
3 changed files with 143 additions and 31 deletions
|
@ -121,9 +121,10 @@ public:
|
|||
#endif
|
||||
static uint16 *GetNextSpace(wchar *s);
|
||||
#ifdef MORE_LANGUAGES
|
||||
static uint16 *ParseToken(wchar *s, wchar*, bool japShit = false);
|
||||
static uint16 *ParseToken(wchar *s, bool japShit = false);
|
||||
#else
|
||||
static uint16 *ParseToken(wchar *s, wchar*);
|
||||
static uint16 *ParseToken(wchar *s);
|
||||
static uint16* ParseToken(wchar *s, CRGBA &color, bool &flash, bool &bold);
|
||||
#endif
|
||||
static void DrawFonts(void);
|
||||
static void RenderFontBuffer(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue