aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-11-02 04:51:51 +0000
committernyamatongwe <devnull@localhost>2009-11-02 04:51:51 +0000
commit212257e28c87cd6ed2ff244ee6518be0c73fa342 (patch)
tree517893f316edf898a972316bbcd3b7b64c82de0f /cocoa
parenta307f5df25fbf8f4e545bdd74a7da6a466568497 (diff)
downloadscintilla-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 'cocoa')
-rw-r--r--cocoa/PlatCocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm
index 49be5ed69..5d6d43b09 100644
--- a/cocoa/PlatCocoa.mm
+++ b/cocoa/PlatCocoa.mm
@@ -153,7 +153,7 @@ Font::~Font()
* TODO: rewrite to use NSFont.
*/
void Font::Create(const char *faceName, int characterSet, int size, bool bold, bool italic,
- bool extraFontFlag)
+ int extraFontFlag)
{
// TODO: How should I handle the characterSet request?
Release();