Question / Help Uppercase for Text GDI+ Source

jackyfox

New Member
Hi!

I use Text GDI+ Source to show some info from StreamLabels *.txt files on my screen.
StreamLabels stores text like “JackyFox“, but I wish to show it as JACKYFOX — in uppercase state.

How can I achieve that?

Already tired Browser Source with text-transform: uppercase, but I can't load custom font from Google Font with @import url().
 
Top