Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
User Fonts in Future Library
#1
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 ?
url=http://zerodivide.h15.ru/cyclone.html]Cyclone v2.5.2 GUI For QBasic 4.5/7.1[/url]
Explorer For DOS
Reply
#2
When I used FutureLib, I just used an array of bitmaps.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)