[Webkit-unassigned] [Bug 228363] [Win][Uniscribe] Implement Font::applyTransforms
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 30 21:45:02 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=228363
--- Comment #16 from Fujii Hironori <Hironori.Fujii at sony.com> ---
WinCairo is still using Uniscribe now.
https://github.com/WebKit/WebKit/blob/main/Source/WebCore/platform/graphics/win/ComplexTextControllerUniscribe.cpp
I have to a plan to use DirectWrite for it to support color fonts (bug#215259).
The first milestone is still using Uniscribe for shaping.
I'd like to replace Uniscribe with DirectWrite or HarfBuzz DirectWrite backend in the future.
Anyway, I think it's not easy to implement Font::applyTransforms for HarfBuzz, DirectWrite and Uniscribe.
I think ComplexTextController is better for the backends.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230831/f3c63079/attachment.htm>
More information about the webkit-unassigned
mailing list