From 212257e28c87cd6ed2ff244ee6518be0c73fa342 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. --- gtk/PlatGTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index c094763fc..0924bb5a8 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -666,7 +666,7 @@ Font::Font() : fid(0) {} Font::~Font() {} void Font::Create(const char *faceName, int characterSet, int size, - bool bold, bool italic, bool) { + bool bold, bool italic, int) { Release(); fid = FontCached::FindOrCreate(faceName, characterSet, size, bold, italic); } -- cgit v1.2.3