I'm trying to use CTFont in an iPhone app. I have :-
- Added the CoreText framework
- Added #import "CoreText/CoreText." to the file I am trying to use CTFont in.
However the compiler is saying that "CTFont undeclared"
??? what am I missing?
I'm trying to use CTFont in an iPhone app. I have :-
However the compiler is saying that "CTFont undeclared"
??? what am I missing?