JavaFX 11 国际语言支持——所有语言?

JavaFX 11 International Language Support -- All languages?

我正在尝试开发一个 JavaFX 11 应用程序,我需要在其中显示 Amharic/Geez/Ethiopic alphabets. I've tried all the suggestions on Whosebug (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!)。有什么想法吗?

Title of JavaFX app correctly displays the characters -- but not in the body. See attached screenshot.

问题是我没有使用正确的字体。问题解决了。谢谢,@Jim Garrison。