I know this isnt kotlin or tornadofx specific, but...
# tornadofx
w
I know this isnt kotlin or tornadofx specific, but i dont know where else to ask: has anyone had trouble displaying unicode characters? in this case japanese? my text prints fine to the console, and i am setting a font family that supports it:
Copy code
"-fx-font-family: 'DejaVu Sans', Arial, sans-serif;"
but it still shows as boxes in my labels. i am on ubuntu, not sure if it is specific to my env