Files
2026-02-22 03:04:03 -06:00

10 lines
243 B
QBasic

function LoadFont(fnt_file$, font_size)
sub DeleteFont(slot)
Function FontExists(slot)
sub SetFont(slot)
sub DrawText(txt$, x, y)
sub GetTextSize(txt$, byref w, byref h)
function TextWidth(txt$)
function TextHeight(txt$)
function ActiveFont()