1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-20 17:25:14 +00:00
qb64/internal
Luke Ceddia 160624a2b5 Reimplemented the _FREEFONT command
A new function has been added to parts/video/fonts/ttf/src.c, FontFree().
This takes an index into the fonts array, and calls FT_Done_Face() on the
handle, free() on the ttf_data then sets in_use to 0.

The sub__freefont() function calls FontFree(), and sets the appropriate font[]
element to NULL (after checking the passed font handle is valid, of course.
2014-10-06 19:05:05 +11:00
..
c Reimplemented the _FREEFONT command 2014-10-06 19:05:05 +11:00
help Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
source (Automated push) Update internal/source/* from qb64.bas 2014-10-02 05:14:13 -07:00
temp Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00
clean.bat Change to the STRCMP routine to correct < vs > bug. 2014-09-28 11:27:07 -04:00