July 16, 2026
9:04 a.m.
On Thu Jul 16 01:36:35 2026 +0000, JiangYi Chen wrote:
On MSDN, the documentation for the IDWriteFontFace5::HasVariations interface only provides a brief functional description. Could you give more specific implementation suggestions? HasVariations() tells you if it's a variable font. It's not enough to report just that flag, everything from metrics to shaping, layout and rendering should respect variations. And it should be consistent between all of those. Just returning this flag won't really help anything.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11396#note_145811