diff --git a/dlls/gdiplus/font.c b/dlls/gdiplus/font.c index 210ebfff3c7..32713c7c26b 100644 --- a/dlls/gdiplus/font.c +++ b/dlls/gdiplus/font.c @@ -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; +} diff --git a/dlls/gdiplus/gdiplus.spec b/dlls/gdiplus/gdiplus.spec index fea80a44f55..5c471260680 100644 --- a/dlls/gdiplus/gdiplus.spec +++ b/dlls/gdiplus/gdiplus.spec @@ -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)