From 02e0afd5a9d78f997df5e498550e5b2832ca5aa0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 15 May 2000 14:19:52 +0000 Subject: Support for different character sets for each style. --- include/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Platform.h') diff --git a/include/Platform.h b/include/Platform.h index 24c6b8854..5a87c64fe 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -210,7 +210,7 @@ public: Font(); ~Font(); - void Create(const char *faceName, int size, bool bold=false, bool italic=false); + void Create(const char *faceName, int characterSet, int size, bool bold, bool italic); void Release(); FontID GetID() { return id; } -- cgit v1.2.3