mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
gdiplus: Make get_font_hfont() static.
This commit is contained in:
parent
4a27f7bf27
commit
15846adef0
@ -63,8 +63,6 @@ extern void calc_curve_bezier_endp(REAL xend, REAL yend, REAL xadj, REAL yadj,
|
||||
|
||||
extern void free_installed_fonts(void) DECLSPEC_HIDDEN;
|
||||
|
||||
extern void get_font_hfont(GpGraphics *graphics, GDIPCONST GpFont *font, HFONT *hfont) DECLSPEC_HIDDEN;
|
||||
|
||||
extern BOOL lengthen_path(GpPath *path, INT len) DECLSPEC_HIDDEN;
|
||||
|
||||
extern GpStatus trace_path(GpGraphics *graphics, GpPath *path) DECLSPEC_HIDDEN;
|
||||
|
@ -2113,7 +2113,7 @@ end:
|
||||
return stat;
|
||||
}
|
||||
|
||||
void get_font_hfont(GpGraphics *graphics, GDIPCONST GpFont *font, HFONT *hfont)
|
||||
static void get_font_hfont(GpGraphics *graphics, GDIPCONST GpFont *font, HFONT *hfont)
|
||||
{
|
||||
HDC hdc = CreateCompatibleDC(0);
|
||||
GpPointF pt[3];
|
||||
|
Loading…
Reference in New Issue
Block a user