Fonts
#2
Using fonts is as simple as making use of _LOADFONT and then _FONT.

The IDE has the option to change fonts listed under the Display Options already, if you want to change the IDE's fonts.

For a quick demo of how to use some fonts, take a look up at my current Work in Progress post. It uses an array of fonts which you can then change through with the program to alter font sizes easily on the display.

As for printing, you'd want to use _PRINTSCREEN, as LPRINT doesn't work with font changes. (Unless you know the escape/formatting codes and such for your particular model of printer -- but even then, it'd still be more work to implement than to just make use of a simple _PRINTIMAGE.)
Reply


Messages In This Thread
Fonts - by Dimster - 08-02-2022, 12:55 PM
RE: Fonts - by SMcNeill - 08-02-2022, 01:08 PM
RE: Fonts - by Dimster - 08-02-2022, 03:09 PM
RE: Fonts - by RhoSigma - 08-02-2022, 03:53 PM
RE: Fonts - by bplus - 08-02-2022, 04:06 PM
RE: Fonts - by admin - 08-02-2022, 04:36 PM
RE: Fonts - by Pete - 08-03-2022, 03:32 AM
RE: Fonts - by Dimster - 08-02-2022, 06:22 PM
RE: Fonts - by bplus - 08-02-2022, 10:47 PM



Users browsing this thread: 3 Guest(s)