Ian Pilcher <[EMAIL PROTECTED]> 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.

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to