Displaying vertical text
Rob Cozens
rcozens at pon.net
Fri Nov 5 15:05:25 EST 2004
>I need to display a text verticaly, this text cannot be an image as
>it comes from a variable. Is
>there any way to rotate a field, label, ?
Hi Aurélien,
From Serendipity Library:
function verticalText theText
put empty into returnText
repeat for each char theCharacter in theText
put theCharacter after returnText
if theCharacter is not return then put return after returnText
end repeat
return returnText
end verticalText
--
Rob Cozens
CCW, Serendipity Software Company
"And I, which was two fooles, do so grow three;
Who are a little wise, the best fooles bee."
from "The Triple Foole" by John Donne (1572-1631)
More information about the use-livecode
mailing list