We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enable text to be rotated
Normally PDF text origin is the bottom-left of the text, however due to the coordinate system flip, it is now the top-left.
Questions:
Q: When rotating text where should the origin of rotation be?
Q: Which direction should rotation be in (in PDF spec it states that rotation occurs anti-clockwise)
Q: Do we reposition text so that it does not go above the origin (i.e. move the text down so the minY = text.options.y)
Q: Units of rotation -Degrees
Example implementation i've done
The text was updated successfully, but these errors were encountered:
This could also bring in the code from boundsOfString with modification to support rotated text.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Feature Request
Enable text to be rotated
Feature description
Normally PDF text origin is the bottom-left of the text, however due to the coordinate system flip, it is now the top-left.
Questions:
Once the questions are answered ill sort a PR out
Example implementation i've done
The text was updated successfully, but these errors were encountered: