Hey, any idea why `DisableNonLinearFontScalingInCo...
# compose-android
v
Hey, any idea why
DisableNonLinearFontScalingInCompose
is deprecated and removed after 1.6? There's no way now to match font scaling behaviour with View based components? Why was the flag temporary? So many questions 😕 https://android-review.googlesource.com/c/platform/frameworks/support/+/2818369
This could maybe be worked around in userland by supplying a custom
Density
..?
z
It was a workaround for an internal thing. Please file a feature request if you want this as an actual feature.
v
Thanks for the background information. I'll file an issue to track tomorrow. Could have done that before it was removed but by chance today was the first day I ran into the nonlinear scaling 😅