2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 @interface UIFont
: NSObject
14 + (id
)fontWithName
:(id
)fp8 size
:(float)fp12
;
15 + (id
)fontWithFamilyName
:(id
)fp8 traits
:(int)fp12 size
:(float)fp16
;
16 + (id
)fontWithMarkupDescription
:(id
)fp8
;
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
;
43 - (id
)markupDescription
;