Memory Address of Default Font

General FreeBASIC programming questions.
Post Reply
Username
Posts: 30
Joined: Jun 22, 2020 5:56

Memory Address of Default Font

Post by Username »

Is there a way to get a pointer to the address of the default font? I don't want to have to use DRAW STRING to use a custom font. Thanks.
angros47
Posts: 2409
Joined: Jun 21, 2005 19:04

Re: Memory Address of Default Font

Post by angros47 »

Yes, there is. I posted an example few days ago here: viewtopic.php?f=7&t=29516&p=284481#p284481

I hope it's what you are looking for
Username
Posts: 30
Joined: Jun 22, 2020 5:56

Re: Memory Address of Default Font

Post by Username »

angros47 wrote:Yes, there is. I posted an example few days ago here: viewtopic.php?f=7&t=29516&p=284481#p284481

I hope it's what you are looking for
Thanks!
Post Reply