Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
The issue is reproducible with core-ktx 1.2.0 and 1.3.0-rc01.
ch...@google.com <ch...@google.com>
na...@google.com <na...@google.com> #3
The Typeface.weight is not a weight of the underlying font file. It is a display style. On older APIs, the display style is adjusted if the Typeface is created from single font. However, after moving to CustomFallbackBuilder, that adjustment is removed since it can crate Typeface from multiple style font files.
Looks like it is good to set display style by ResourcesCompat.getFont for backward compatibility.
[Deleted User] <[Deleted User]> #4
Hi Nona,
Can you please schedule a release after you merge the fix?
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