Hey folks :wave: - we’re currently porting our de...
# compose
c
Hey folks 👋 - we’re currently porting our design system from views to compose and I’m kinda missing the equivalent of
firstBaselineToTopHeight
in the compose world. I would’ve expected it near
lineHeight
in a
TextStyle
. Is it currently missing and is there any chance this will be supported any time soon? 🙂
e
Did you try to use
paddingFromBaseline
modifier? Sounds like it does what you need
👍 1
c
Thanks for that - that would be a
Text
property instead of a
TextStyle
property. But thanks a bunch for that hint
c
Thanks! This also doesn’t seem to be settable via TextStyle :(
Since I feel like this will be something more Devs might need I created the following issuetracker ticket: https://issuetracker.google.com/issues/191214677 - thanks again @Andrew Neal and @Erlan Amanatov for your help