changed font to Monaco
This commit is contained in:
parent
121031ca33
commit
eca54a5b5b
2 changed files with 16 additions and 31 deletions
|
@ -20,7 +20,8 @@
|
|||
- (IBAction)decode:(id)sender {
|
||||
NSData* data = [NSData dataFromBase64String:[input stringValue]];
|
||||
NSString *string = [[NSString alloc] initWithData:data encoding:NSASCIIStringEncoding];
|
||||
[[[output textStorage] mutableString] appendString:string];
|
||||
[[[output textStorage] mutableString] setString:string];
|
||||
[output setFont:[NSFont fontWithName:@"Monaco" size:11]];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue