Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们使用canvaskit 来drawText 时,它会绘制类似于css 的文本,word-break: break-word;即它对单词进行子包装。
word-break: break-word;
我们如何禁用它,以便 canvaskit 绘制类似于word-break: normal样式的文本。
word-break: normal