OS3 Font Problems

Report any Hollywood bugs here
Post Reply
Murmel
Posts: 31
Joined: Mon Apr 12, 2010 9:03 pm

OS3 Font Problems

Post by Murmel »

Hi Sorry for my next Post :oops:

Ich will my Project compile for OS3, but I have Fonts Problems. Image
That is already the second font is not working. Is there a font that works safely under OS3?

Thx,

greets,

Murmel
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: OS3 Font Problems

Post by airsoftsoftwair »

Simply use the platform independent font engine. Here's how to do it:

1) Copy the *.ttf file(s) to FONTS:TrueType
2) Then do something like:

Code: Select all

SetFont("Liberation Sans", 72, {Engine = #FONTENGINE_INBUILT})
If you're using Designer, tick the "Platform independent font engine" checkbox in the project properties.
Post Reply