GLBasic forum

Main forum => GLBasic - en => Topic started by: Minion on 2007-Mar-11

Title: Fonts
Post by: Minion on 2007-Mar-11
Dunno if this topic has cropped up before, but ive had a scan and cant seem to find anything relating to it. So I shall just come right out and ask ...

Is it possible to use more than 1 font within a game ?

Id like several sets of the same font but in multiple colours. Other than coding my own font routines, is there any other way ?
Title: Fonts
Post by: WPShadow on 2007-Mar-11
Hi!

Try LOADFONT / SETFONT...

W.
Title: Fonts
Post by: Minion on 2007-Mar-11
thanks !

Minion = TIT !
Title: Fonts
Post by: PEARSONBW on 2007-Jun-27
I have written a small program (NOT a game) and I cannot find a way of dispalying anything on the screen other than the UPPER Case that seems to be the default
I probably have to use the FONT() command but I don't know how
Can any kind person help me
Bernard Pearson  Maidenhead U.K
e-mail pearsonbw@bulldoghome.com
Title: Fonts
Post by: Kitty Hello on 2007-Jun-27
Maybe the font you selected has just uppercase letters in?
PRINT "Hello World", 100,100
should give you both.