Last change
on this file since 139 was 7, checked in by Nicholas Riley, 22 years ago |
F-Script Anywhere 1.1.2a1
|
File size:
324 bytes
|
Rev | Line | |
---|
[7] | 1 | //
|
---|
| 2 | // NSString-NJRExtensions.h
|
---|
| 3 | // HostLauncher
|
---|
| 4 | //
|
---|
| 5 | // Created by nicholas on Wed Oct 31 2001.
|
---|
| 6 | // Copyright (c) 2001 Nicholas Riley. All rights reserved.
|
---|
| 7 | //
|
---|
| 8 |
|
---|
| 9 | #import <Cocoa/Cocoa.h>
|
---|
| 10 | #import "FSAnywhere.h"
|
---|
| 11 |
|
---|
| 12 | @interface NSString (NJRExtensions)
|
---|
| 13 |
|
---|
| 14 | - (NSAttributedString *)asAttributedStringTruncatedToWidth:(float)width;
|
---|
| 15 |
|
---|
| 16 | @end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.