Javafx 2.0 arabic text Incorrect Order

2019-02-18 16:49发布

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 ?

2条回答
Lonely孤独者°
2楼-- · 2019-02-18 17:28

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

查看更多
唯我独甜
3楼-- · 2019-02-18 17:39

There is a right-to-left support in JDK8 earl access. There a Node has the Method setNodeOrientation(NodeOrientation.RIGHT_TO_LEFT);

查看更多
登录 后发表回答