Fixed
Status Update
Comments
ch...@google.com <ch...@google.com>
na...@google.com <na...@google.com> #3
Thanks for the report!
[Deleted User] <[Deleted User]> #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
I've found the need/utility for PointF overloads that handle * and /, specifically for multiplying and dividing points by scalar values. Rather than add these to my library (and presumably others that might also need them), we should add them to the general overload utilities that we already offer in Ktx (minus, plus, etc).
Component used: androidx.core.core-ktx Version used: 1.9.0