[iPhone] Marker Felt font

I am trying to draw text using the Marker Felt font, which various sources claim is available on the iPhone. I've tried using "MarkerFelt", "Marker Felt" and "Marker-Felt", but no text shows up. The same code works if I specify "Helvetica":


CGContextSelectFont (gc, "MarkerFelt", 18, kCGEncodingMacRoman);
CGContextSetTextDrawingMode (gc, kCGTextFill);
CGContextSetRGBFillColor (gc, 1.0f, 1.0f, 1.0f, 1.0f);
CGContextSetRGBStrokeColor (gc, 1.0f, 1.0f, 1.0f, 1.0f);
CGContextShowTextAtPoint (gc, 38.0f, 10.0f, text, strlen(text));

Posted on Aug 11, 2008 8:20 PM

Reply
3 replies

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

[iPhone] Marker Felt font

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.