From: Jay Freeman (saurik) Date: Tue, 20 Jan 2009 00:22:34 +0000 (+0000) Subject: Added UISystemFont*. X-Git-Url: https://git.saurik.com/iphone-api.git/commitdiff_plain/63e8eac2f56d4adec55f1f4b450938dcccce2853 Added UISystemFont*. --- diff --git a/UIKit/UIKit.h b/UIKit/UIKit.h index ef9d6f1..2d0bf5b 100644 --- a/UIKit/UIKit.h +++ b/UIKit/UIKit.h @@ -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);