OS4 and text rotation

Report any Hollywood bugs here
Post Reply
pecaN
Posts: 124
Joined: Thu Jun 10, 2010 4:15 pm

OS4 and text rotation

Post by pecaN »

Hi people... I've just released TeXtimnator but only for MorphOS... it's because of rotation..my betatesters say that TeXtminator freezes while trying to rotate so please could anyone with OS4 test this short code ? thx in advance :

SetFont(select some your font here, please try bitmap, vector and truetype)
SetFontSize(type in some size according to selected font)
CreateTextObject(1, "TeXtminator")
RotateTextObject(1,45) /* please try also some other angles */
CreateSprite(1, #textobject, 1)
DisplaySprite(1,#center,#center)
WaitLeftMouse
User avatar
airsoftsoftwair
Posts: 5871
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: OS4 and text rotation

Post by airsoftsoftwair »

Tested it. Result: Crashes with Hollywood 4.7, works fine with Hollywood 4.8.... please upgrade :)
pecaN
Posts: 124
Joined: Thu Jun 10, 2010 4:15 pm

Re: OS4 and text rotation

Post by pecaN »

Firts, sorry for bad code :-) I was writing it from my head and there was a remnant from another programming language :-) So the SetFontSize command doesn't exist and the right code is :

SetFont(font,size)

sorry once more

Andreas : thx for your test seems that I will really have to update but I am afraid I am going to wait for another version with more new features :-)
Post Reply