I am trying to develop a JavaFX 11 application where I need to display Amharic/Geez/Ethiopic alphabets. I've tried all the suggestions on StackOverflow (like this one), but all characters are displayed as a bunch of empty rectangles on the UI/stage/scene. Looks like JavaFX 11 does not support complex writing systems yet (according to the Java 11 locale support docs!). Any ideas?
Asked
Active
Viewed 122 times
-3
-
1Are you using a font that includes glyphs for the code points you are using? – Jim Garrison Feb 17 '19 at 00:03
1 Answers
0
The issue was I was not using the right font. Problem solved. Thanks, @Jim Garrison.

YheCoder
- 61
- 1
- 7