]> git.saurik.com Git - iphone-api.git/blob - UIKit/NSString-UIStringDrawingDeprecated.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / NSString-UIStringDrawingDeprecated.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <Foundation/NSString.h>
8
9 @interface NSString (UIStringDrawingDeprecated)
10 - (void)drawAtPoint:(struct CGPoint)fp8 withStyle:(id)fp16;
11 - (void)drawInRect:(struct CGRect)fp8 withStyle:(id)fp24;
12 - (void)drawMarkupAtPoint:(struct CGPoint)fp8;
13 - (void)drawMarkupInRect:(struct CGRect)fp8;
14 - (struct CGSize)sizeWithStyle:(id)fp8 forWidth:(float)fp12;
15 - (struct CGSize)sizeWithMarkupForWidth:(float)fp8;
16 - (void)setStringDrawingOrigin:(struct CGPoint)fp8;
17 - (void)clearStringDrawingOrigin;
18 - (struct CGSize)sizeWithFont:(id)fp8;
19 - (struct CGSize)sizeWithFont:(id)fp8 forWidth:(float)fp12 ellipsis:(int)fp16;
20 - (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(float)fp16 withFont:(id)fp20 ellipsis:(int)fp24;
21 - (struct CGSize)sizeWithFont:(id)fp8 minFontSize:(float)fp12 actualFontSize:(float *)fp16 forWidth:(float)fp20 ellipsis:(int)fp24;
22 - (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(float)fp16 withFont:(id)fp20 fontSize:(float)fp24 ellipsis:(int)fp28 baselineAdjustment:(int)fp32;
23 - (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(float)fp16 withFont:(id)fp20 minFontSize:(float)fp24 actualFontSize:(float *)fp28 ellipsis:(int)fp32 baselineAdjustment:(int)fp36;
24 - (struct CGSize)drawInRect:(struct CGRect)fp8 withFont:(id)fp24 ellipsis:(int)fp28;
25 - (struct CGSize)drawInRect:(struct CGRect)fp8 withFont:(id)fp24 ellipsis:(int)fp28 alignment:(int)fp32;
26 - (struct CGSize)drawInRect:(struct CGRect)fp8 withFont:(id)fp24;
27 - (struct CGSize)sizeInRect:(struct CGRect)fp8 withFont:(id)fp24 ellipsis:(int)fp28;
28 - (struct CGSize)sizeInRect:(struct CGRect)fp8 withFont:(id)fp24;
29 @end
30