diff options
Diffstat (limited to 'cocoa/ScintillaTest/AppController.mm')
| -rw-r--r-- | cocoa/ScintillaTest/AppController.mm | 5 | 
1 files changed, 5 insertions, 0 deletions
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  //--------------------------------------------------------------------------------------------------  | 
