Module: wine Branch: master Commit: 73e23b823ac5ce889e304e54667b5cedbceeed15 URL: http://source.winehq.org/git/wine.git/?a=commit;h=73e23b823ac5ce889e304e5466...
Author: Paul Vriens Paul.Vriens.Wine@gmail.com Date: Thu Apr 23 21:14:45 2009 +0200
include: Add missing GdipGetLogFontA definition.
---
include/gdiplusflat.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h index 56540cd..158eb5e 100644 --- a/include/gdiplusflat.h +++ b/include/gdiplusflat.h @@ -82,6 +82,7 @@ GpStatus WINGDIPAPI GdipCreateFontFromDC(HDC,GpFont**); GpStatus WINGDIPAPI GdipCreateFontFromLogfontA(HDC,GDIPCONST LOGFONTA*,GpFont**); GpStatus WINGDIPAPI GdipCreateFontFromLogfontW(HDC,GDIPCONST LOGFONTW*,GpFont**); GpStatus WINGDIPAPI GdipDeleteFont(GpFont*); +GpStatus WINGDIPAPI GdipGetLogFontA(GpFont*,GpGraphics*,LOGFONTA*); GpStatus WINGDIPAPI GdipGetLogFontW(GpFont*,GpGraphics*,LOGFONTW*); GpStatus WINGDIPAPI GdipGetFamily(GpFont*, GpFontFamily**); GpStatus WINGDIPAPI GdipGetFontUnit(GpFont*, Unit*);