implement SelectFontLocal

svn path=/trunk/; revision=28772
This commit is contained in:
Magnus Olsen
2007-09-02 13:19:07 +00:00
parent d9d416611c
commit 3ec9aeaa02
2 changed files with 12 additions and 14 deletions
+11
View File
@@ -243,3 +243,14 @@ SelectBrushLocal(HBRUSH Currenthbm,
{
return Newhbm;
}
/*
* @implemented
*/
HFONT
STDCALL
SelectFontLocal(HFONT Currenthfnt,
HFONT newhfnt)
{
return newhfnt;
}
+1 -14
View File
@@ -1120,20 +1120,7 @@ GetGlyphOutlineWow(
}
/*
* @unimplemented
*/
DWORD
STDCALL
SelectFontLocal(
DWORD a0,
DWORD a1
)
{
UNIMPLEMENTED;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}
/*