I can use CGContextSelectFont to choose fontType, fontSize. But how do I make either the font italic or bold?
thx
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Looking at the docs for Quartz 2D Programming Guide
I’ve not done any text drawing with Core Graphics so hopefully someone will give a full answer, but it never hurts to look at the docs there is a lot of information in there.