[Bug 40127] winecfg can't switch fonts script

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 11 03:25:38 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=40127

--- Comment #1 from Nikolay Sivov <bunglehead at gmail.com> ---
This is deliberate, ChooseFontW() is explicitly called with CF_NOSCRIPTSEL,
which means DEFAULT_CHARSET. SPI_SETNONCLIENTMETRICS then writes LOGFONTW to
registry, and at least Windows 7 registry contains DEFAULT_CHARSET (1) as
charset field. Note that on Windows 7 you don't get font chooser dialog at all,
you can only select name, size and bold/italic flags. So why is that a problem?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list