菜鸟教程小白 发表于 2022-12-13 16:04:44

android - React Native 中 textBreakStrategy 属性的简单、高质量、平衡有什么区别?


                                            <p><p><code><code>textBreakStrategy</code>属性的<code>simple</code>、<code>highQuality</code>和<code>balanced</code>值有什么区别< React Native 中的 Text></code> 组件? <a href="https://facebook.github.io/react-native/docs/text#textbreakstrategy" rel="noreferrer noopener nofollow">documentation</a> 中没有记录这些值。的 React Native。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>默认情况下,<code>Text</code> 组件 <code>Android</code> 使用 <code>highQuality</code>,这会导致单词使用连字符中断。</p>
<p>如果你想避免这种情况,你可以将中断策略设置为<code>simple</code>。</p>
<p>这是所有 <code>textBreakStrategy</code> 之间的区别。</p>
<blockquote>
<p><strong>balanced</strong> - Line breaking strategy balances line lengths.</p>
<p><strong>high_quality</strong> - Line breaking uses high-quality strategy, including
hyphenation.</p>
<p><strong>simple</strong>   - Line breaking uses simple strategy.</p>
</blockquote>
<p> <a href="/image/xwvZW.png" rel="noreferrer noopener nofollow"><img src="/image/xwvZW.png" alt="enter image description here"/></a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于android - React Native 中 textBreakStrategy 属性的简单、高质量、平衡有什么区别?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/53236569/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/53236569/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: android - React Native 中 textBreakStrategy 属性的简单、高质量、平衡有什么区别?