Guest User

Untitled

a guest
May 26th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. @interface NSString (WebStringDrawing)
  2. + (void)_web_setWordRoundingEnabled:(BOOL)fp8;
  3. + (BOOL)_web_wordRoundingEnabled;
  4. - (struct CGSize)_web_drawAtPoint:(struct CGPoint)fp8 withFont:(struct __GSFont *)fp16;
  5. - (struct CGSize)_web_sizeWithFont:(struct __GSFont *)fp8;
  6. - (struct CGSize)_web_sizeWithFont:(struct __GSFont *)fp8 forWidth:(float)fp12 ellipsis:(int)fp16;
  7. - (struct CGSize)_web_drawAtPoint:(struct CGPoint)fp8 forWidth:(float)fp16 withFont:(struct __GSFont *)fp20 ellipsis:(int)fp24;
  8. - (struct CGSize)_web_drawInRect:(struct CGRect)fp8 withFont:(struct __GSFont *)fp24 ellipsis:(int)fp28 alignment:(int)fp32 measureOnly:(BOOL)fp36;
  9. - (struct CGSize)_web_drawInRect:(struct CGRect)fp8 withFont:(struct __GSFont *)fp24 ellipsis:(int)fp28 alignment:(int)fp32;
  10. - (struct CGSize)_web_sizeInRect:(struct CGRect)fp8 withFont:(struct __GSFont *)fp24 ellipsis:(int)fp28;
  11. - (id)_web_securedStringIncludingLastCharacter:(BOOL)fp8;
  12. @end
Add Comment
Please, Sign In to add comment