I am new in JavaFx 2.0, and I am facing a problem with arabic text where javafx print it in incorrect order. I tried to find a solution in internet, but there is no resource about. So, doe any one have an idea how to solve this problem in JavaFx 2.0 ?
相关问题
- React Native Inline style for multiple Text in sin
- I get an exception when trying to swap elements in
- JFX scale image up and down to parent
- Dragging an undecorated Stage in JavaFX
- Javascript - Detect Arabic Text
相关文章
- 放在input的text下文本一直出现一个/(即使还没输入任何值)是什么情况
- Low quality icon in taskbar of a Stage. JavaFX
- Loading custom font using JavaFX 8 and css
- Rendering plain text through PHP
- Javafx Platform.runLater never running
- Python thinks a 3000-line text file is one line lo
- How to get all distinct words of a specified minim
- JavaFX scrolling table update performance degrades
Unfortunately Bi-Directional text is not yet supported.
You may want to track and vote for corresponding Feature Request: http://javafx-jira.kenai.com/browse/RT-17411
There is a right-to-left support in JDK8 earl access. There a Node has the Method
setNodeOrientation(NodeOrientation.RIGHT_TO_LEFT);