]> git.saurik.com Git - iphone-api.git/commitdiff
Added UISystemFont*.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 20 Jan 2009 00:22:34 +0000 (00:22 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 20 Jan 2009 00:22:34 +0000 (00:22 +0000)
UIKit/UIKit.h

index ef9d6f14669aa2399845920cfd1fba242fac3ca4..2d0bf5b789cbb8b11794fd242c1ff236d821281e 100644 (file)
@@ -356,6 +356,10 @@ NSData *UIImagePNGRepresentation(UIImage *image);
 CGContextRef UIGraphicsGetCurrentContext(void);
 UIWindow *UIWindowFindWithWindowRef(GSWindowRef window);
 
+GSFontRef UISystemFontCreate(unsigned size, bool bold);
+GSFontRef UISystemFontForSize(unsigned size);
+GSFontRef UISystemFontBoldForSize(unsigned size);
+
 void UIApplicationUseLegacyEvents(BOOL use);
 void UIKeyboardEnableAutomaticAppearance(void);
 void UIKeyboardDisableAutomaticAppearance(void);