Tagged Questions
1
vote
0answers
202 views
CGFont: calculation glyphs bounds
How can I get sizes of each glyph of the string in pixels?
I use CGFontGetGlyphBBoxes to get a bounding box of each glyph in string and get following values:
2011-04-18 15:34:56.809 ...