diff options
author | nyamatongwe <devnull@localhost> | 2009-11-02 04:51:51 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-11-02 04:51:51 +0000 |
commit | 212257e28c87cd6ed2ff244ee6518be0c73fa342 (patch) | |
tree | 517893f316edf898a972316bbcd3b7b64c82de0f /include/Platform.h | |
parent | a307f5df25fbf8f4e545bdd74a7da6a466568497 (diff) | |
download | scintilla-mirror-212257e28c87cd6ed2ff244ee6518be0c73fa342.tar.gz |
Added setting for font quality to allow application to choose anti-aliased,
non-anti-aliased or lcd-optimized text.
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 1d4df4884..b5d6d9bf8 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -295,7 +295,7 @@ public: virtual ~Font(); virtual void Create(const char *faceName, int characterSet, int size, - bool bold, bool italic, bool extraFontFlag=false); + bool bold, bool italic, int extraFontFlag=0); virtual void Release(); FontID GetID() { return fid; } |