len
04/30/2020, 1:24 PMText
with outline? This was done with Paint.Style.STROKE
, but there's no painter on Text
parameters. I want to draw a text in white with a black border (like a shadow, but without blur)nicopasso
04/30/2020, 2:03 PMTextStyle
or SpanStyle
but it seems there’s no way right now to do that other than play around with shadows I guessLeland Richardson [G]
04/30/2020, 2:19 PMSiyamed
04/30/2020, 6:58 PMLeland Richardson [G]
04/30/2020, 7:03 PMSiyamed
04/30/2020, 7:04 PMLeland Richardson [G]
04/30/2020, 7:04 PMSiyamed
04/30/2020, 7:04 PMI want to draw a text in white with a black border (like a shadow, but without blur)if we add stroke etc, then it will end up in more Paint params. I need to check it but at the end of the day Paint has lots of configurations.
len
04/30/2020, 7:26 PMShadow
, although it's not exactly that, but it allows to support them without changing the public Text
API (or that's what I think)