From 2e76e66e207e90a152f6be501c62aeee0b8e442c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 29 Mar 2004 12:43:42 +0000 Subject: Patch from Robin Dunn to pass an extra flag down to font rendering to allow a platform-specific tweak. --- win32/PlatWin.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index fc8b01e7f..c8a97fb40 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -250,7 +250,8 @@ Font::~Font() { #define FONTS_CACHED -void Font::Create(const char *faceName, int characterSet, int size, bool bold, bool italic) { +void Font::Create(const char *faceName, int characterSet, int size, + bool bold, bool italic, bool) { Release(); #ifndef FONTS_CACHED LOGFONT lf; -- cgit v1.2.3