gdiplus: Stub implementation of GdipNewInstalledFontCollection.

This commit is contained in:
Aric Stewart 2008-11-03 11:39:16 -06:00 committed by Alexandre Julliard
parent 87e12632fa
commit 799a76e8c9
2 changed files with 12 additions and 1 deletions

View File

@ -849,3 +849,14 @@ GpStatus WINGDIPAPI GdipGetFontCollectionFamilyList(
return NotImplemented;
}
GpStatus WINGDIPAPI GdipNewInstalledFontCollection(
GpFontCollection** fontCollection)
{
FIXME("stub: %p\n",fontCollection);
if (!fontCollection)
return InvalidParameter;
return NotImplemented;
}

View File

@ -448,7 +448,7 @@
@ stub GdipMultiplyPenTransform
@ stub GdipMultiplyTextureTransform
@ stdcall GdipMultiplyWorldTransform(ptr ptr long)
@ stub GdipNewInstalledFontCollection
@ stdcall GdipNewInstalledFontCollection(ptr)
@ stdcall GdipNewPrivateFontCollection(ptr)
@ stdcall GdipPathIterCopyData(ptr ptr ptr ptr long long)
@ stdcall GdipPathIterEnumerate(ptr ptr ptr ptr long)