]>
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 (UIStringDrawing) | |
10 | - (struct CGSize)sizeWithFont:(id)fp8; | |
11 | - (struct CGSize)sizeWithFont:(id)fp8 forWidth:(float)fp12 lineBreakMode:(int)fp16; | |
12 | - (struct CGSize)drawAtPoint:(struct CGPoint)fp8 withFont:(id)fp16; | |
13 | - (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(float)fp16 withFont:(id)fp20 lineBreakMode:(int)fp24; | |
14 | - (struct CGSize)sizeWithFont:(id)fp8 constrainedToSize:(struct CGSize)fp12; | |
15 | - (struct CGSize)sizeWithFont:(id)fp8 constrainedToSize:(struct CGSize)fp12 lineBreakMode:(int)fp20; | |
16 | - (struct CGSize)drawInRect:(struct CGRect)fp8 withFont:(id)fp24; | |
17 | - (struct CGSize)drawInRect:(struct CGRect)fp8 withFont:(id)fp24 lineBreakMode:(int)fp28; | |
18 | - (struct CGSize)drawInRect:(struct CGRect)fp8 withFont:(id)fp24 lineBreakMode:(int)fp28 alignment:(int)fp32; | |
19 | - (struct CGSize)sizeWithFont:(id)fp8 minFontSize:(float)fp12 actualFontSize:(float *)fp16 forWidth:(float)fp20 lineBreakMode:(int)fp24; | |
20 | - (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(float)fp16 withFont:(id)fp20 fontSize:(float)fp24 lineBreakMode:(int)fp28 baselineAdjustment:(int)fp32; | |
21 | - (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(float)fp16 withFont:(id)fp20 minFontSize:(float)fp24 actualFontSize:(float *)fp28 lineBreakMode:(int)fp32 baselineAdjustment:(int)fp36; | |
22 | - (id)securedStringIncludingLastCharacter:(BOOL)fp8; | |
23 | @end | |
24 |