[PATCH 2/3] mlang: Implement IMLangFontLink_MapFont, IMLangFontLink_ReleaseFont and IMLangFontLink_ResetFont.
Nov. 27, 2017
11:47 a.m.
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- dlls/mlang/mlang.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-)
November 2017
12:03 p.m.
@@ -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?
3041
Age (days ago)
3041
Last active (days ago)
2 comments
3 participants
participants (3)
-
Huw Davies -
Nikolay Sivov -
Ziqing Hui