Removed binary files

This commit is contained in:
n00b
2024-09-28 11:56:07 -04:00
parent 1bf67ba02c
commit 44a2793f37
53 changed files with 3222 additions and 1582 deletions

View File

@@ -1,9 +1,8 @@
function LoadFont(fnt_file$, size)
function LoadFont(fnt_file$, font_size)
sub DeleteFont(slot)
Function FontExists(slot)
sub Font(slot)
sub SetFont(slot)
sub DrawText(txt$, x, y)
sub RenderText(slot, txt$)
sub GetTextSize(txt$, byref w, byref h)
function GetTextWidth(txt$)
function GetTextHeight(txt$)