From 0b5be59ffecd30203ecb72245681dc9291c5beaf Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 2 May 2013 09:46:17 +1000 Subject: Feature: [feature-requests:#988]. Cocoa support for font quality. From Mark Yen. --- cocoa/ScintillaTest/AppController.mm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cocoa/ScintillaTest/AppController.mm') diff --git a/cocoa/ScintillaTest/AppController.mm b/cocoa/ScintillaTest/AppController.mm index c28974109..168a67681 100644 --- a/cocoa/ScintillaTest/AppController.mm +++ b/cocoa/ScintillaTest/AppController.mm @@ -271,6 +271,11 @@ static const char * box_xpm[] = { [self showAutocompletion]; } +-(IBAction) setFontQuality: (id) sender +{ + [ScintillaView directCall:mEditor message:SCI_SETFONTQUALITY wParam:[sender tag] lParam:0]; +} + @end //-------------------------------------------------------------------------------------------------- -- cgit v1.2.3