WIDGET TEXT 90 Degree Rotation??

tl;dr: rotate text only and report fixed container size


The hierarchy of the User Widget that serves as the book spine element:

image

  • the Size Box reports fixed size the parent container will see and should be set to the maximum allowed size in px we ever want to see; text length exceeding this value will spill/clip (if you let the border clip it) but can be auto-adjusted with a scale box (not included here):

  • the Border keeps its content centred:

  • the Text Block is rotated:

Did not test it thoroughly but this should allow other containers to handle it more gracefully now:

3 Likes