System/Utilities/TrueType: Add TrueType font support via stb_truetype.h
This commit is contained in:
parent
172b4ce7a3
commit
356c16580c
5 changed files with 5212 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue