Calculate text line height for "Arial Unicode MS" font.

Joined
Jan 28, 2014
Messages
1
Reaction score
0
I am trying to render the text to image similar to MS Word page, but the text line height measured using GDI+ in C# (Graphics.MeasureString() method) is less than line height in MS Word specific for "Arial Unicode MS" font. Do any one know, how MS Word calculates line height for "Arial Unicode MS" font?
 
Top