Replies: 4 comments
-
There is no way to do this currently. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I saw this article from spire. Don't know how they realized this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok. Thank you. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
insert_htmlbox(rect, text, *, css=None, scale_low=0, archive=None, rotate=0, oc=0, opacity=1, overlay=True)
rotate (int) –
one of the values 0, 90, 180, 270. Depending on this, text will be filled:
0: top-left to bottom-right.
90: bottom-left to top-right.
180: bottom-right to top-left.
270: top-right to bottom-left.
Beta Was this translation helpful? Give feedback.
All reactions