Tagged Questions

2
votes
3answers
963 views

Rendering Certain Character Glyph on iPhone

I am currently using the iPhone SDK to create an app that utilizes Indic scripts. However, the iPhone has issues with rendering certain glyphs in many Indic scripts. For example: प + ् + र = प्र ...
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 ...