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
OS4 and text rotation
- airsoftsoftwair
- Posts: 5871
- Joined: Fri Feb 12, 2010 2:33 pm
- Location: Germany
- Contact:
Re: OS4 and text rotation
Tested it. Result: Crashes with Hollywood 4.7, works fine with Hollywood 4.8.... please upgrade 
Re: OS4 and text rotation
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
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