I am using a well known custom font (`Averta PE, o...
# compose
s
I am using a well known custom font (
Averta PE, otf
) using
ResourceFont
and while it is anti-aliased, the rendering looks slightly off at sizes 17 and below. Is there a way to turn on `Paint`’s
SUBPIXEL_TEXT_FLAG
globally for a Jetpack Compose app so that fonts are rendered more precisely?