From c563199dde32ce1d04e95c478dbd6a3e352f5d4d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 2 Nov 2009 04:51:51 +0000 Subject: Added setting for font quality to allow application to choose anti-aliased, non-anti-aliased or lcd-optimized text. --- cocoa/PlatCocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') 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(); -- cgit v1.2.3