gpt4 book ai didi

android - 如何在 StaticView 中将 "Text direction"设置为 RTL

转载 作者:太空狗 更新时间:2023-10-29 14:05:00 25 4
gpt4 key购买 nike

我正在使用 StaticLayout 并使用一些 RTL 文本。问题是它不能很好地处理 RTL。在 TextView 中,您可以设置“textDirection”。这里也有办法吗?谢谢!

最佳答案

尝试在字符串中使用从左到右的标记:

left-to-right mark: ‎ or ‎ (U+200E)
right-to-left mark: ‏ or ‏ (U+200F)

所以在你的字符串中按以下方式尝试 usןמע

String rtl = "\u200F ימין לשמאל";

关于android - 如何在 StaticView 中将 "Text direction"设置为 RTL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33215480/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com