Is it possible to make `Text` respect the height c...
# compose
k
Is it possible to make
Text
respect the height constraint of
InlineTextContent
? As of now, if I use inline content that is too tall, it starts to overlap with the text from the line above. Ideally,
Text
would somehow increase the line height during rendering to not introduce such overlays.