Is there any way to dynamically adjust font tracki...
# compose
r
Is there any way to dynamically adjust font tracking/spacing based on font size? I hoped that TextStyle would be an interface, but alas it's a concrete type. I'd be happy to achieve this either via "trak" table on the font (this is Apple's approach) or via a closure, e.g.
val letterSpacingExtra: (fontSize: TextUnit) -> TextUnit
z
Please file a feature request