--- old description:
In conjunction with #6047 and following #5920, it would be useful if the location of the baseline where text will be initially rendered in a Text element could be specified with a property, say baseline. It might make sense to activate this only if we had say vertical-alignment: baseline;.
Currently it's not possible to align widgets on the baseline of text:
produces:
slintpad
Instead, there should be a way to achieve baseline alignment, like for example in SwiftUI:
--- old description: In conjunction with #6047 and following #5920, it would be useful if the location of the baseline where text will be initially rendered in a
Text
element could be specified with a property, saybaseline
. It might make sense to activate this only if we had sayvertical-alignment: baseline;
.