]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIFont.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIFont.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/NSObject.h>
8
9 @interface UIFont : NSObject
10 {
11 }
12
13 + (id)__dummy;
14 + (id)fontWithName:(id)fp8 size:(float)fp12;
15 + (id)fontWithFamilyName:(id)fp8 traits:(int)fp12 size:(float)fp16;
16 + (id)fontWithMarkupDescription:(id)fp8;
17 + (id)familyNames;
18 + (id)fontNamesForFamilyName:(id)fp8;
19 + (id)systemFontOfSize:(float)fp8;
20 + (id)boldSystemFontOfSize:(float)fp8;
21 + (id)italicSystemFontOfSize:(float)fp8;
22 + (float)labelFontSize;
23 + (float)buttonFontSize;
24 + (float)smallSystemFontSize;
25 + (float)systemFontSize;
26 - (id)initWithName:(id)fp8 size:(float)fp12;
27 - (id)initWithFamilyName:(id)fp8 traits:(int)fp12 size:(float)fp16;
28 - (id)initWithMarkupDescription:(id)fp8;
29 - (id)initWithCoder:(id)fp8;
30 - (void)encodeWithCoder:(id)fp8;
31 - (Class)classForCoder;
32 - (id)fontWithSize:(float)fp8;
33 - (id)familyName;
34 - (id)fontName;
35 - (int)traits;
36 - (float)pointSize;
37 - (float)ascender;
38 - (float)descender;
39 - (float)leading;
40 - (float)capHeight;
41 - (float)xHeight;
42 - (BOOL)isFixedPitch;
43 - (id)markupDescription;
44
45 @end
46