Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于泰语异常显示的问题 #121

Open
htk719809837 opened this issue Jul 25, 2023 · 3 comments
Open

关于泰语异常显示的问题 #121

htk719809837 opened this issue Jul 25, 2023 · 3 comments

Comments

@htk719809837
Copy link

htk719809837 commented Jul 25, 2023

你好,5.0.11中,泰语文本顶部的符号缺失了,可以用 #120 问题单中的代码复现,任意给定泰语顶部带有符号帽子的字体即可复现;例如:วันเสาร์,即可复现。
同样为不等宽字体。32位环境

@VincentWei
Copy link
Owner

泰语的 vowel 规则比较复杂,DrawText 及 TextOut 接口很难正确处理。您可以试试 MiniGUI 5.0 中针对复杂语言提供的相关接口:

https://github.com/VincentWei/minigui-docs/blob/master/supplementary-docs/Showing-Text-in-Complex-or-Mixed-Scripts.md

@VincentWei
Copy link
Owner

看了一下代码,如果只是 vowel 处理,应该可以解决。稍等一下哈。

VincentWei added a commit that referenced this issue Jul 27, 2023
@VincentWei
Copy link
Owner

已修复。主要更新内容见:

4310137

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants