Skip to main content
rstawarz
Participant
February 4, 2009
Answered

Rotate, Skew, Scale Text using Text Layout Framework?

  • February 4, 2009
  • 1 reply
  • 616 views
I've seen through the flash/flex API and examples that some rotation is possible with the text layout framework, but it seems limited to 90 degree angles. Is it possible to do more complex angles (i.e. any arbitrary angle?) Also is it possible to apply skew's and scales? How about just applying a raw matrix to the text?
This topic has been closed for replies.
Correct answer brian_thomas2
Text rotation is possible through TLF, but only at the angles specified by the API docs. TextFlow-wide rotation/scale/skew can be done by manipulating the TextFlow's container.

1 reply

brian_thomas2
Adobe Employee
brian_thomas2Correct answer
Adobe Employee
March 6, 2009
Text rotation is possible through TLF, but only at the angles specified by the API docs. TextFlow-wide rotation/scale/skew can be done by manipulating the TextFlow's container.