QuantumBadger / Speedy2D

Rust library for hardware accelerated drawing of 2D shapes, images, and text, with an easy to use API.
Apache License 2.0
386 stars 42 forks source link

Text rotation #102

Open serzhiio opened 12 months ago

serzhiio commented 12 months ago

Is it possible to rotate text?

dennisorlando commented 7 months ago

Currently not: by looking at the source, it appears that this crate is currently rendering everything based on rectangles which lack any rotation feature. If that's true, then I think that an issue called "Missing support for rotation matrix" would be more fitting