VincentWei / MiniGUI

A modern and mature cross-platform window system for embedded systems and smart IoT devices.
http://www.minigui.com
GNU General Public License v3.0
676 stars 157 forks source link

关于函数接口咨询 #113

Closed htk719809837 closed 1 year ago

htk719809837 commented 1 year ago

你好,有办法让GetTabbedTextExtentPoint支持BIDI文本吗? 我们这边相关功能需要用到这个接口,但是又不支持BIDI文本

VincentWei commented 1 year ago

我们看看。您只需要支持 ISO8859-6 字符集吧?

htk719809837 commented 1 year ago

是的

VincentWei commented 1 year ago

好的。评估了一下,可以解决,本月内差不多可以完工。

VincentWei commented 1 year ago

相关接口及其实现已添加到 rel-5-0 分支。除了提到的接口之外,还增加了一些相关接口:

如有问题,请及时反馈。

注意要调用 SetBIDIFlags(hdc, BIDI_FLAG_RTL); 才会执行 BIDI 相关处理。