[PATCH 2/3] mlang: Implement IMLangFontLink_MapFont, IMLangFontLink_ReleaseFont and IMLangFontLink_ResetFont.

Ziqing Hui zhui at codeweavers.com
Mon Nov 27 06:39:03 CST 2017


>> @@ -2055,23 +2055,26 @@ static HRESULT WINAPI fnIMLangFontLink_MapFont(
>>           HFONT hSrcFont,
>>           HFONT* phDestFont)
>>   {
>> -    FIXME("\n");
>> -    return E_NOTIMPL;
>> +    TRACE("(%p)->%p %08x %p %p\n",iface, hDC, dwCodePages, hSrcFont, phDestFont);
>> +
>> +    return map_font(hDC, dwCodePages, hSrcFont, phDestFont);
>>   }
>Is it correct that IMLangFontLink method does not give FIXME same way 
>IMLangFontLink2 does?

It is correct. IMLangFontLink2 need a FIXME for the reason that it has a parameter "chSrc"
which I just ignore in the implementation. While IMLangFontLink doesn't have this parameter.
So it doesn't need a FIXME.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20171127/5b8856b6/attachment.html>


More information about the wine-devel mailing list