-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text on inside of cylinder #14
Comments
Hi Leo, I didn't have that case in mind when I coded this (it was very much about putting words ON objects and not inside) - but you might be able to do a trick with hacking the code and reversing the r1/r2 in the internal function/module. This is the line of interest: Good luck hacking - and if you have success perhaps look to make a text_inside_cylinder function and a pull request! |
oh, you might also just want to use a backwards font -- http://www.fontspace.com/category/backwards |
@brodykenrick Thank for your prompt reply. I'll first try to 'hack' the code as you advised. Will send RP if I successfully make it. BTW, what do you think of adding additional parameter |
I want to put text on the inside of cup shape object. With
text_on_cylinder
the text I get is flipped (because it's for reading from outside). How can I make text readable from inside?The text was updated successfully, but these errors were encountered: