aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Platform.h3
1 files changed, 2 insertions, 1 deletions
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; }