How to define the rotation when trying insert textbox by page.insert_htmlbox()? #3720
Unanswered
stickyfinger7
asked this question in
Q&A
Replies: 1 comment
-
+1 on this question, I need the insert_htmlbox but it's missing the morph parameter which I need for the custom rotations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to insert some text to the page with rotation of certain angles (like 30 degree) when applying insert_htmlbox(),but how to achieve my purpose? Besides, although I know how to use argument morph in insert_textbox(), this method is not as convenient as insert_htmlbox() in my project case.
Here's my code
Beta Was this translation helpful? Give feedback.
All reactions