Android 中哪个系统组件负责渲染文本?

发布于 2024-11-16 11:24:56 字数 87 浏览 2 评论 0原文

从右到左的语言在我的 Android 设备中无法正确呈现——字母没有连接,有时甚至是颠倒的。我想解决这个问题,但我不知道从哪里开始。哪个系统组件实际上负责这个?

Right to left languages are not rendered correctly in my android device -- letters are not connected and sometimes reversed. I wanna fix this, but I don't know where to start. What system component is actually responsible for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

-小熊_ 2024-11-23 11:24:56

有一个称为字体引擎管理器的东西,它负责读取 True Type 字体 (.ttf) 文件(它包含一个称为布局/整形引擎的引擎,负责正确渲染文本),
我认为以下链接会很有用:12

There is something called the Font Engine Manager which does the work of reading the True Type Font (.ttf) Files (it contains an engine called layout/shaping engine which is responsible for rendering the text properly),
I think the following links would be useful: 1, 2

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文