Drop Shadows || Can we do drop shadows for text?
-
How can we do drop shadows for text fill paths?
Can we LAF something like this?
-
I found it...
Drop Shadow for Text
Yes, this should work: const var Panel1 = Content.getComponent("Panel1"); Panel1.setPaintRoutine(function(g) { g.setColour(Colours.red); g.setFont("Lato B...
Forum (forum.hise.audio)
-
leavin this the next doof who didnt search the docs first.
g.drawAlignedTextShadow("funky", this.getLocalBounds(0), "centred", { "Colour": Colours.green, "Offset": [2, 2], "Radius": 0});
-
I love it when we work together.