From 63e8eac2f56d4adec55f1f4b450938dcccce2853 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 20 Jan 2009 00:22:34 +0000 Subject: [PATCH] Added UISystemFont*. --- UIKit/UIKit.h | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.50.0