System/Utilities/TrueType: Add TrueType font support via stb_truetype.h

This commit is contained in:
Alec Murphy 2025-04-04 18:20:36 -04:00
parent 172b4ce7a3
commit 356c16580c
5 changed files with 5212 additions and 1 deletions

View file

@ -28,6 +28,10 @@ WinToTop(adam_task);
#include "Utilities/Image";
load_elf("M:/build/bin/image");
// stb_truetype library
#include "Utilities/TrueType";
load_elf("M:/build/bin/truetype");
// Jakt support files
#include "Jakt/OS";
#include "Jakt/IOPort";