Fixed
Status Update
Comments
an...@google.com <an...@google.com>
mo...@google.com <mo...@google.com> #2
mo...@google.com <mo...@google.com>
ap...@google.com <ap...@google.com> #3
Thanks for the report!
ap...@google.com <ap...@google.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
Description
Places where android.graphics.Matrix and android.graphics.RectF are used better be switched to using Compose's own portable abstractions.