vertically align text
Bug #497641 reported by
naught101
This bug affects 20 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
It would be good to be able to align text relative to it's container, similar to vertical-align property in CSS. The options would be top (default), middle, bottom.
This should work for both flowed and unflowed text: in flowed text, the alignment would be relative to the container, and in unflowed text, relative to the starting point. If bottom-aligned text gets a new line added to it, the whole text shifts up one line to accommodate it.
At the moment, flowedtext that's larger than it's contiainer gets truncated at the bottom - with bottom-aligned text, it should be truncated at the top, I guess.
Changed in inkscape: | |
importance: | Undecided → Wishlist |
tags: |
added: aligning removed: alignment |
Changed in inkscape: | |
status: | New → Confirmed |
To post a comment you must log in.
I am affected by this issue as well. In my case, I need to center some text vertically between two guides and horizontally between two other guides. My idea was to create a manually sized text box, snapping its sides to the four guides, and then horizontally and vertically center the text in it. Horizontal centering works by just setting a centered alignment, but vertical centering is missing. Some complicated workarounds have been suggested on the IRC channel, but having this option would greatly simplify this layout task (which I would expect to be rather common)