From 0f755cbbab64741e1e8ef4e8d66d29d652b96a4c 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. --- include/Platform.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index eae194d52..99daf98ba 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -279,7 +279,8 @@ public: Font(); virtual ~Font(); - virtual void Create(const char *faceName, int characterSet, int size, bool bold, bool italic); + virtual void Create(const char *faceName, int characterSet, int size, + bool bold, bool italic, bool extraFontFlag=false); virtual void Release(); FontID GetID() { return id; } -- cgit v1.2.3