Status Update
Comments
sg...@google.com <sg...@google.com>
ma...@google.com <ma...@google.com> #3
Thanks for the report!
uj...@gmail.com <uj...@gmail.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.
on...@aol.com <on...@aol.com> #5
ap...@google.com <ap...@google.com> #6
In my case, I have multiple font sizes in the same Text
(using SpanStyle
in AnnotatedString
). There are legitimate reasons for this. For example, when combining Chinese and English (phonetic) together (for language-learning purposes).
on...@aol.com <on...@aol.com> #7
Thanks for the quick review. May I ask if this will be also released in 1.7 or just 1.8?
Description
Previously created Pull Request for the same