Re: OLEAUT32: Implementation of OleFontImpl_QueryTextMetrics
18 Feb
2005
18 Feb
'05
6:18 a.m.
"Alex VillaciĀs Lasso" <a_villacis(a)palosanto.com> wrote:
--- wine-20050211/dlls/oleaut32/olefont.c 2005-01-31 06:34:10.000000000 -0500 +++ wine-20050211-patch/dlls/oleaut32/olefont.c 2005-02-16 22:56:18.865553128 -0500 @@ -1068,8 +1068,16 @@ IFont* iface, TEXTMETRICOLE* ptm) { - FIXME("(%p, %p), stub!\n",iface,ptm); - return E_NOTIMPL; + HDC hdcRef; + HFONT hOldFont, hNewFont;
I's suggest to replace a FIXME with a TRACE, not remove it altogether. More logging never hurts. -- Dmitry.
7693
Age (days ago)
7693
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov