File: GormFontViewController.h

package info (click to toggle)
gorm 0.9.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,468 kB
  • ctags: 268
  • sloc: objc: 30,080; makefile: 68
file content (16 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* All Rights reserved */

#include <AppKit/AppKit.h>

@interface GormFontViewController : NSObject
{
  id fontSelector;
  id view;
  id encodeButton;
}
+ (GormFontViewController *) sharedGormFontViewController;
- (NSFont *) convertFont: (NSFont *)oldFont;
- (void) selectFont: (id)sender;
- (id) view;
// - (void) changeFont: (id)sender;
@end