Page 1 of 1

How to revert to default Hollywood font?

Posted: Thu Feb 09, 2017 6:48 pm
by peceha
Hi,
maybe silly question but I'd like to have default font (that looks like topaz) after some SetFont() commands and just cannot do it.

Help please :D

Re: How to revert to default Hollywood font?

Posted: Fri Feb 10, 2017 11:29 pm
by airsoftsoftwair
It's not a silly question because what you're looking for actually seems undocumented. Here's how to get the inbuilt bitmap font:

Code: Select all

SetFont(#BITMAP_DEFAULT, 8)
I need to add this to the documentation. There is also #TRUETYPE_DEFAULT.

Re: How to revert to default Hollywood font?

Posted: Wed Feb 15, 2017 9:48 am
by peceha
Thanks.