Evas font: Fixed line size calculation using multiple fonts.
authorTom Hacohen <tom@stosb.com>
Thu, 6 Jun 2013 14:40:41 +0000 (15:40 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 6 Jun 2013 14:42:41 +0000 (15:42 +0100)
commitf1ba71147e6522d5f5bce48e81bf5f2dab3068d6
treeeea3396000461c66a68e454143bb45e252e6f838
parente81edab826dc456d9c0fbad5e5519a44947e78dc
Evas font: Fixed line size calculation using multiple fonts.

Additional fixes to cc4cf7786595710b5c53a80dd61bc632cf682ac5.
There were two problems:
1. Usage of max_ascent instead of ascent.
2. Initialization of the ascent value according to the first font,
   instead of 0 (as the first font might not even be used).
src/lib/evas/canvas/evas_object_text.c