HC convert: help with text as graphic or rotated text
Mark Wieder
mwieder at ahsoftware.net
Thu Dec 24 12:44:14 EST 2009
Emmett-
Hi and welcome to the list.
Thursday, December 24, 2009, 9:13:04 AM, you wrote:
> If there is a way to rotate text in Rev I would have an easy
> solution. I didn't find it, nor can I find a text as graphic tool in
> Rev to do it the HC way... TIA for help.
Here's my attempt at it - this code in a button script will create a
graphic from the text, then rotate it 90 degrees:
on mouseUp pMouseBtnNo
import snapshot from field "fldTextToRotate"
set the angle of the last image to 90
end mouseUp
--
-Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list