Hollwood freeze with .ttf

Report any Hollywood bugs here
Post Reply
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Hollwood freeze with .ttf

Post by sinisrus »

Hello,

I have problem with font .ttf Hollywood freeze :

https://amitheme.amiga-ng.org/amiga/Tiresian.ttf

Code: Select all

SetFont("Tiresian.ttf",50,{engine=#FONTENGINE_INBUILT})
SetFontStyle(#ANTIALIAS)
TextOut(10,10,"TEXT")
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollwood freeze with .ttf

Post by airsoftsoftwair »

I can confirm this. Will be fixed.
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: Hollwood freeze with .ttf

Post by sinisrus »

Thank you
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Hollwood freeze with .ttf

Post by airsoftsoftwair »

Code: Select all

- Fix: OpenFont(), SetFont(), and @FONT crashed with #FONTENGINE_INBUILT when trying to open *.ttf files
  that didn't have a style tag set
Post Reply