How do I get a texture/sampler2D from a label?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Jonathan Scott

I have written a shader which takes two textures (as uniform sampler2D) and merges them in a particular way.

I’d like to apply this to text on labels (or rich text labels) - is there a way to create or get a texture from a label so I can feed it into my shader?