diff options
| author | nyamatongwe <devnull@localhost> | 2000-05-15 14:19:52 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-05-15 14:19:52 +0000 |
| commit | e77cc3907af16f9393f745423e39540436d85444 (patch) | |
| tree | b5e3048d8416aefd2a461149fbb755f71fc49f39 /include/Platform.h | |
| parent | bfd29c74a006b38b3c722145a94e4af05ebe9603 (diff) | |
| download | scintilla-mirror-e77cc3907af16f9393f745423e39540436d85444.tar.gz | |
Support for different character sets for each style.
Diffstat (limited to 'include/Platform.h')
| -rw-r--r-- | include/Platform.h | 2 |
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; } |
