source:
trunk/aux/cocotron/win32/cocotron/issue508/main.m
| Last change on this file was 13451, checked in by , 15 years ago | |
|---|---|
| File size: 429 bytes | |
| Rev | Line | |
|---|---|---|
| [13451] | 1 | // |
| 2 | // main.m | |
| 3 | // issueXXX | |
| 4 | // | |
| 5 | // Created by Gary Palter on 1/15/10. | |
| 6 | // Copyright 2010 Clozure Associates. All rights reserved. | |
| 7 | // | |
| 8 | ||
| 9 | #import <Cocoa/Cocoa.h> | |
| 10 | #import "FontToNameTransformer.h" | |
| 11 | ||
| 12 | int main(int argc, char *argv[]) | |
| 13 | { | |
| 14 | [NSValueTransformer setValueTransformer:[[FontToNameTransformer alloc] init] | |
| 15 | forName:@"FontToName"]; | |
| 16 | return NSApplicationMain(argc, (const char **) argv); | |
| 17 | } |
Note:
See TracBrowser
for help on using the repository browser.
