Hi all,
As I continue my journey into JUCE, I am attempting to get my sample code running.
I noticed that one of my buttons was displaying empty squares, and I fixed that by overriding "getFont()" so the Hebrew text displays.
However, it is drawn left-to-right, and I cannot find any way to tell the TextButton it should render right-to-left. Is there something I'm missing?
I did see the discussions on the text rendering system, but those are all several years old.
How can I best accomplish RTL drawing of my TextButton labels? Note that Hebrew doesn't need glyph reforming like some other languages do, it just needs mirrored text display.