We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff9b07 commit 1b3414aCopy full SHA for 1b3414a
src/canvas.rs
@@ -252,6 +252,7 @@ impl DrawingBackend for CanvasBackend {
252
FontTransform::Rotate90 => 90.0,
253
FontTransform::Rotate180 => 180.0,
254
FontTransform::Rotate270 => 270.0,
255
+ FontTransform::RotateAngle(angle) => angle as f64,
256
} / 180.0
257
* std::f64::consts::PI;
258
0 commit comments