Hi,

Fred Kiefer wrote:
Now we are getting closer, could you please also output the values of 
line_height and max_line_height before the macro? Maybe your font is bigger 
than allowed?
You should also output both ascender and descender there and maybe y too, just 
to make sure.
I modified the printout to add the information you want.
a = ascender
d = descender
y = y
lineh = line_height
maxl = max_line_height

Just before the macro call.

2015-01-18 15:18:59.830 Ink[2103] Main glyph layout loop. i:0
2015-01-18 15:18:59.832 Ink[2103] 2-WantLineHeight a:10.285714, d:2.571429, y:0.000000 | lineh: 12.857142, maxl: 0.000000
2015-01-18 15:18:59.834 Ink[2103] f_ascender: 10.285714
2015-01-18 15:18:59.836 Ink[2103] Main glyph layout loop. i:0


Here an output session when things "work" (just printing out stuff in the user interface):

2015-01-18 15:16:43.676 Ink[2103] Main glyph layout loop. i:10
2015-01-18 15:16:43.678 Ink[2103] 2-WantLineHeight a:11.000000, d:3.000000, y:0.000000 | lineh: 14.000000, maxl: 0.000000
2015-01-18 15:16:43.681 Ink[2103] 2-WantLineHeight completed

Notice how y and maxl are 0 here too.

Riccardo

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to