How to display hebrew fonts?

Hi, i dowloaded some hebrew fonts, i converted to .font file in the editor, but
i only see english characters. What should i do to see hebrew letters?

A font will by default include the standard ASCII character set. There’s a field where you can define additional characters such as currency signs or language specific characters. For Hebrew, Cyrillic and others you need to check the all_chars checkbox. Read more in the Font manual.

Hi Britzl, i read the manual but i missed that i had to install the hebrew keyboard also on my pc (i’m not hebrew, i’m doing this app for my gf)
Anyway if you select the Distance Field output format, the checkbox all_chars disappears, so we have to select the checkbox before changing the output format.
Now i can draw the letters but i have a problem in the right to left orientation.
The text i digit in the Text property of GUI is correct (right to left), but the drew text on screen is reversed (left to right)

The editor uses JavaFX widgets that apparently support right to left text. There is no support for that in the engine though.