discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hang in font panel with certain fonts


From: Riccardo Mottola
Subject: Re: Hang in font panel with certain fonts
Date: Sun, 18 Jan 2015 15:19:28 +0100
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.31

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]