root/Trunk/FriBidi.framework/Versions/A/Headers/NSString-FBAdditions.h @ 2

Revision 2, 426 bytes (checked in by jon, 16 years ago)

Initial commit of skeletal project.

Line 
1//
2//  NSString-FBAdditions.h
3//  FriBidi
4//
5//  Created by Ofri Wolfus on 22/08/06.
6//  Copyright 2006 Ofri Wolfus. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
11
12@interface NSString (FBAdditions)
13
14/*!
15 * @abstract Retusn the base writing direction of the receiver.
16 * @discussion Returns <code>NSWritingDirectionNatural</code> if the writing direction is not fixed.
17 */
18- (NSWritingDirection)baseWritingDirection;
19
20@end
Note: See TracBrowser for help on using the browser.