Hello guys! Can someone please help me with a few hints for a composable like this - I need an outlined text with transparency. I did some investigation and the closest thing i found is custom drawing on the canvas, and it looks kinda overcomplicated for the task. Maybe someone did something similar?
unfortunately, I have to use exactly Helvetica Neue and I couldn't find an outlined version of the font
c
Casey Brooks
08/02/2022, 2:25 PM
There’s a bold version of that font from a quick Google search, https://www.linotype.com/1264148/neue-helvetica-75-bold-outline-product.html. You might just ask your designer for the font files they used to create that image, they might already have the outlined font so you wouldn’t have to buy it again
g
gvoltr
08/02/2022, 2:32 PM
you are right, thank you! Then it's a valid option if there is no other way to do this from the code.