Qbasicnews.com

Full Version: User Fonts in Future Library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Future is a wonderful library, but you can't store fonts as strings.
I mean user-defined font set's this way:
Code:
LoadFont(fontName$)
But there is no way to set font as a string like in svgaqb:
Code:
open fontname$ sa binary #1
s$=space$(lof(1))
get #1,,s$
close 1
SetFont s$
So Question is : How can i beat it ?
When I used FutureLib, I just used an array of bitmaps.