tags:

views:

52

answers:

1

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;
+1  A: 

CGFontRef cgFont = CGFontCreateWithFontName((CFStringRef)uiFont.fontName);

Akash Thambiran