Re-added: LoadFontEx()

This commit is contained in:
Ray 2018-06-30 19:58:44 +02:00
parent 64207b11c0
commit afe81d94ce
3 changed files with 19 additions and 1 deletions

View file

@ -21,7 +21,7 @@ int main()
InitWindow(screenWidth, screenHeight, "raylib [texture] example - image text drawing");
// TTF Font loading with custom generation parameters
Font font = LoadFontEx("resources/KAISG.ttf", 64, 0, 0);
Font font = LoadFontEx("resources/KAISG.ttf", 64, 95, 0);
Image parrots = LoadImage("resources/parrots.png"); // Load image in CPU memory (RAM)