Skip to content
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

Draw rotated text #86

Open
corranwebster opened this issue Dec 13, 2024 · 0 comments
Open

Draw rotated text #86

corranwebster opened this issue Dec 13, 2024 · 0 comments

Comments

@corranwebster
Copy link
Contributor

This would be a very nice feature to have, ideally allowing at any angle, but at a minimum the ability to render In orthogonal directions would be very useful for plots when labelling axes.

Issues for non-orthogonal angles include:

  • speed: in a naive implementation it's a lot of floating point ops
  • lack of antialiasing: it's not going to look good for small font sizes, and even large fonts may not look good
  • memory: may require an intermediate buffer or caching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant