Support UTF8 basic characters on ImageTextEx()

Supported UTF8 range equivalent to [128..255] (80h..FFh)
Exposed and renamed text function GetGlyphIndex()
Renamed spriteFont parameter name to simply font
Small security check on transmission mission ending screen
This commit is contained in:
raysan5
2018-02-18 18:07:57 +01:00
parent 50fc4f7164
commit 4492a70a4b
4 changed files with 86 additions and 58 deletions

View File

@ -113,7 +113,7 @@ void InitEndingScreen(void)
strcpy(headline, title); // Base headline updated
free(title);
if (title != NULL) free(title);
}
}