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