-
Notifications
You must be signed in to change notification settings - Fork 5
Add text rotation options #42
Copy link
Copy link
Closed
Labels
priority: highImportant for next releaseImportant for next releasestatus: in-progressActively being worked onActively being worked onstatus: triageNeeds initial reviewNeeds initial reviewtype: featureNew capabilityNew capability
Milestone
Metadata
Metadata
Assignees
Labels
priority: highImportant for next releaseImportant for next releasestatus: in-progressActively being worked onActively being worked onstatus: triageNeeds initial reviewNeeds initial reviewtype: featureNew capabilityNew capability
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem / Use Case
Need to create rotated text, selectively.
Proposed Solution
Add rotation to TextOperation struct, and add a method that specifies the text rotation.
Specifying 0 for the rotation option has the same effect as now, no rotation.
Alternatives Considered
Manipulating the graphics context via Surface has no effect on text.
I notice it's possible to rotate watermarks, but not general text.
Additional Context