X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/NSString-UIStringDrawingDeprecated.h?ds=sidebyside diff --git a/UIKit/NSString-UIStringDrawingDeprecated.h b/UIKit/NSString-UIStringDrawingDeprecated.h new file mode 100644 index 0000000..e0d9c5c --- /dev/null +++ b/UIKit/NSString-UIStringDrawingDeprecated.h @@ -0,0 +1,30 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@interface NSString (UIStringDrawingDeprecated) +- (void)drawAtPoint:(struct CGPoint)fp8 withStyle:(id)fp16; +- (void)drawInRect:(struct CGRect)fp8 withStyle:(id)fp24; +- (void)drawMarkupAtPoint:(struct CGPoint)fp8; +- (void)drawMarkupInRect:(struct CGRect)fp8; +- (struct CGSize)sizeWithStyle:(id)fp8 forWidth:(float)fp12; +- (struct CGSize)sizeWithMarkupForWidth:(float)fp8; +- (void)setStringDrawingOrigin:(struct CGPoint)fp8; +- (void)clearStringDrawingOrigin; +- (struct CGSize)sizeWithFont:(id)fp8; +- (struct CGSize)sizeWithFont:(id)fp8 forWidth:(float)fp12 ellipsis:(int)fp16; +- (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(float)fp16 withFont:(id)fp20 ellipsis:(int)fp24; +- (struct CGSize)sizeWithFont:(id)fp8 minFontSize:(float)fp12 actualFontSize:(float *)fp16 forWidth:(float)fp20 ellipsis:(int)fp24; +- (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(float)fp16 withFont:(id)fp20 fontSize:(float)fp24 ellipsis:(int)fp28 baselineAdjustment:(int)fp32; +- (struct CGSize)drawAtPoint:(struct CGPoint)fp8 forWidth:(float)fp16 withFont:(id)fp20 minFontSize:(float)fp24 actualFontSize:(float *)fp28 ellipsis:(int)fp32 baselineAdjustment:(int)fp36; +- (struct CGSize)drawInRect:(struct CGRect)fp8 withFont:(id)fp24 ellipsis:(int)fp28; +- (struct CGSize)drawInRect:(struct CGRect)fp8 withFont:(id)fp24 ellipsis:(int)fp28 alignment:(int)fp32; +- (struct CGSize)drawInRect:(struct CGRect)fp8 withFont:(id)fp24; +- (struct CGSize)sizeInRect:(struct CGRect)fp8 withFont:(id)fp24 ellipsis:(int)fp28; +- (struct CGSize)sizeInRect:(struct CGRect)fp8 withFont:(id)fp24; +@end +