mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
implement SelectFontLocal
svn path=/trunk/; revision=28772
This commit is contained in:
@@ -243,3 +243,14 @@ SelectBrushLocal(HBRUSH Currenthbm,
|
||||
{
|
||||
return Newhbm;
|
||||
}
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
HFONT
|
||||
STDCALL
|
||||
SelectFontLocal(HFONT Currenthfnt,
|
||||
HFONT newhfnt)
|
||||
{
|
||||
return newhfnt;
|
||||
}
|
||||
|
||||
@@ -1120,20 +1120,7 @@ GetGlyphOutlineWow(
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
DWORD
|
||||
STDCALL
|
||||
SelectFontLocal(
|
||||
DWORD a0,
|
||||
DWORD a1
|
||||
)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user