[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Problems with Courier New
From: |
Tobias Kunstmann |
Subject: |
Re: [ft] Problems with Courier New |
Date: |
Sun, 24 Apr 2005 15:41:48 +0200 |
User-agent: |
Mozilla Thunderbird 1.0.2 (X11/20050416) |
Hi,
the double line spacing is caused by a bug of Xorg.
It computes the line spacing by adding the maximum height
of a font to the maximum depth instead of using the
font-supplied ascender and descender values. Since
CourierNew contains quite large symbols (like these ⌠ and
⌡ -- integral top and bottom = Unicode 0x2320 and 0x2321)
this results in an inordinate line spacing when setting
“normal” text.
A bug report with a proposed patch can be found at
https://bugs.freedesktop.org/show_bug.cgi?id=3119
(you’d have to recompile xorg though).
Kind regards
Tobias