How to revert to default Hollywood font?

Discuss any general programming issues here
Post Reply
peceha
Posts: 111
Joined: Tue Dec 13, 2016 8:39 am
Location: Poland

How to revert to default Hollywood font?

Post 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
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: How to revert to default Hollywood font?

Post 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.
peceha
Posts: 111
Joined: Tue Dec 13, 2016 8:39 am
Location: Poland

Re: How to revert to default Hollywood font?

Post by peceha »

Thanks.
Post Reply