aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-05-15 14:19:52 +0000
committernyamatongwe <devnull@localhost>2000-05-15 14:19:52 +0000
commite77cc3907af16f9393f745423e39540436d85444 (patch)
treeb5e3048d8416aefd2a461149fbb755f71fc49f39 /include/Platform.h
parentbfd29c74a006b38b3c722145a94e4af05ebe9603 (diff)
downloadscintilla-mirror-e77cc3907af16f9393f745423e39540436d85444.tar.gz
Support for different character sets for each style.
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h2
1 files changed, 1 insertions, 1 deletions
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; }