Ian Pilcher ian.pilcher@home.com writes:
ChooseFontW was not returning the iPointSize member, and possibly others. This patch rewrites ChooseFontW to convert all its inputs to ASCII, call ChooseFontA, and convert the outputs back to Unicode.
It would be much better to make ChooseFontA call ChooseFontW instead; converting Unicode to ASCII must be avoided as much as possible.