From 56057fdb2448c3beda824c80ab421e2fbd746de7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcin=20Baczy=C5=84ski?= Date: Sat, 21 Nov 2009 01:45:46 +0100 Subject: [PATCH] gdiplus: Add missing declaration for font.c. --- include/gdiplusflat.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h index d4f51a34eb8..8d24929308b 100644 --- a/include/gdiplusflat.h +++ b/include/gdiplusflat.h @@ -107,6 +107,8 @@ GpStatus WINGDIPAPI GdipNewInstalledFontCollection(GpFontCollection**); GpStatus WINGDIPAPI GdipNewPrivateFontCollection(GpFontCollection**); GpStatus WINGDIPAPI GdipDeletePrivateFontCollection(GpFontCollection**); GpStatus WINGDIPAPI GdipPrivateAddFontFile(GpFontCollection*, GDIPCONST WCHAR*); +GpStatus WINGDIPAPI GdipPrivateAddMemoryFont(GpFontCollection*, + GDIPCONST void*,INT); GpStatus WINGDIPAPI GdipGetFontCollectionFamilyCount(GpFontCollection*, INT*); GpStatus WINGDIPAPI GdipGetFontCollectionFamilyList(GpFontCollection*, INT, GpFontFamily*[], INT*); -- 2.11.4.GIT