From: | David McMinn |
Date: | 20 Jun 2001 at 11:11:09 |
Subject: | Fonts not loading - solution |
Hi all,
Just another point about fonts not appearing to load correctly is that
they sometimes don't get used for the GT gadgets. This is because (I
think) that gadtools.library doesn't load fonts from disk.
So when you have done 'LoadFont 0,"progdir:blah.font",10' the font is set
up with the path name in it. Gadtools then ignores the font and uses the
default screen font.
To get the fonts to work properly in your GUI you can do this:
LoadFont 0,"progdir:blah.font",10
LoadFont 1,"blah.font",10
Use IntuiFont 1
FreeFont 0
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie