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 ?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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
回答2:
There is a right-to-left support in JDK8 earl access. There a Node has the Method setNodeOrientation(NodeOrientation.RIGHT_TO_LEFT);