i have declared a UIFont as delegate... and in another file i'm converting that delegate UIColor to CGColorRef by
CGColorRef *color = appdel.color.CGColor;
i have declared a UIFont as delegate... and in another file i'm converting that delegate UIColor to CGColorRef by
CGColorRef *color = appdel.color.CGColor;
CGFontRef cgFont = CGFontCreateWithFontName((CFStringRef)uiFont.fontName);