[PATCH 1/2] gdi32: Add a helper to map font replacement.

Jactry Zeng jzeng at codeweavers.com
Wed Jul 8 08:53:52 CDT 2015


Hi folks,

These two patches try to add multiple font replacement for gdi32.
Because different CJK fonts will be used in different Linux
distros or different version of OS X. It will be quite useful to
let font replacement support REG_MULTI_SZ.

In the first patch, I split font mapping as an independent helper
and do some code clean up work at the same time(In LoadReplaceList(),
indentation was chaos, both TAB and space was used.), no real
functional change in this patch.

Thanks Qian Hong for help!

---
  dlls/gdi32/freetype.c | 79 
++++++++++++++++++++++++++-------------------------
  1 file changed, 40 insertions(+), 39 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-gdi32-Add-a-helper-to-map-font-replacement.txt
Type: text/x-patch
Size: 4037 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20150708/62d054a4/attachment.bin>


More information about the wine-patches mailing list