]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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; | |
6119449e JF |
14 | - (struct CGSize)sizeWithStyle:(id)fp8 forWidth:(CGFloat)fp12; |
15 | - (struct CGSize)sizeWithMarkupForWidth:(CGFloat)fp8; | |
2cd8f71b JF |
16 | - (void)setStringDrawingOrigin:(struct CGPoint)fp8; |
17 | - (void)clearStringDrawingOrigin; | |
18 | - (struct CGSize)sizeWithFont:(id)fp8; | |
6119449e JF |
19 | - (struct CGSize)sizeWithFont:(id)fp8 forWidth:(CGFloat)fp12 ellipsis:(int)fp16; |
20 | - (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(CGFloat)fp16 withFont:(id)fp20 ellipsis:(int)fp24; | |
21 | - (struct CGSize)sizeWithFont:(id)fp8 minFontSize:(CGFloat)fp12 actualFontSize:(CGFloat *)fp16 forWidth:(CGFloat)fp20 ellipsis:(int)fp24; | |
22 | - (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(CGFloat)fp16 withFont:(id)fp20 fontSize:(CGFloat)fp24 ellipsis:(int)fp28 baselineAdjustment:(int)fp32; | |
23 | - (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(CGFloat)fp16 withFont:(id)fp20 minFontSize:(CGFloat)fp24 actualFontSize:(CGFloat *)fp28 ellipsis:(int)fp32 baselineAdjustment:(int)fp36; | |
2cd8f71b JF |
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 |