Hello everyone,
I'm trying to render a bit of text using Core Graphics APIs and I'm running into some conceptual difficulties.
I'm trying to specify font size using CGContextSetFontSize. The size parameter is in something called "text space units". What is that? How does it map to "em" units?
Thanks