OStack程序员社区-中国程序员成长平台

标题: android - React Native 中 textBreakStrategy 属性的简单、高质量、平衡有什么区别? [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 16:04
标题: android - React Native 中 textBreakStrategy 属性的简单、高质量、平衡有什么区别?

textBreakStrategy属性的simplehighQualitybalanced值有什么区别< React Native 中的 Text> 组件? documentation 中没有记录这些值。的 React Native。



Best Answer-推荐答案


默认情况下,Text 组件 Android 使用 highQuality,这会导致单词使用连字符中断。

如果你想避免这种情况,你可以将中断策略设置为simple

这是所有 textBreakStrategy 之间的区别。

balanced - Line breaking strategy balances line lengths.

high_quality - Line breaking uses high-quality strategy, including hyphenation.

simple - Line breaking uses simple strategy.

enter image description here

关于android - React Native 中 textBreakStrategy 属性的简单、高质量、平衡有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53236569/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4