Hello,
I’m trying to create a gradient like on the image below on our fonts but I’ve ran into some problems.
- I have not found a way to send an additional color to the fonts pixel shader. I need an additional color that represents the gradient start value, I can then use the face color to represent the gradients end value.
- I need a value that spans between similar values for each character and that increases/decreases along the Y-axis. texcoord0 seems to be in screen space and I’ve found no matrix multiplication that achieves the wanted result.