Re: Raster Fonts
- Posted by dcole Jan 18, 2012
- 1177 views
mattlewis said...
dcole said...
Hello Everybody,
Does anyone know how to put a Raster Font into a Euphoria program?
For example:
setFont(LText1,"Raster Font 10 X 20")
I would think that it would work like any other font that's installed on your system.
Thanks Matt,
I found that
setFont( LText14,"Fixedsys",11,Normal)
(A TrueType font installed with Windows 7) is the same as
setFont(LText14,"Raster Font 10 X 20")
(the Windows 7 Command Window font)
Don Cole