Permalink
Cannot retrieve contributors at this time
Jump to Line
Fetching contributors…
| /** | |
| * This header is generated by class-dump-z 0.1-11o. | |
| * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3. | |
| */ | |
| #import <Foundation/NSObject.h> | |
| #import <GraphicsServices/GSFont.h> | |
| #import <Availability2.h> | |
| @class NSString; | |
| @interface UIFont () | |
| #if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_3_2 | |
| +(id)__newDummy; | |
| #else | |
| +(id)__dummy; | |
| #endif | |
| +(UIFont*)fontWithFamilyName:(NSString*)familyName traits:(GSFontTraitMask)traits size:(CGFloat)fontSize; | |
| +(UIFont*)fontWithMarkupDescription:(NSString*)markupDescription; | |
| +(float)labelFontSize; | |
| +(float)buttonFontSize; | |
| +(float)smallSystemFontSize; | |
| +(float)systemFontSize; | |
| -(id)initWithName:(id)name size:(float)size; | |
| -(id)initWithFamilyName:(id)familyName traits:(int)traits size:(float)size; | |
| -(id)initWithMarkupDescription:(id)markupDescription; | |
| -(id)initWithCoder:(id)coder; | |
| -(void)encodeWithCoder:(id)coder; | |
| -(Class)classForCoder; | |
| -(GSFontTraitMask)traits; | |
| -(BOOL)isFixedPitch; | |
| -(NSString*)markupDescription; | |
| @end | |