Package: xfonts-intl-european Version: 1.2.1-3 Severity: normal The "AVERAGE_WIDTH" property is wrong on the following fonts: -etl-fixed-bold-i-normal--18-180-72-72-c-90-iso8859-1 -etl-fixed-bold-r-normal--18-180-72-72-c-90-iso8859-1 -etl-fixed-medium-i-normal--18-180-72-72-c-90-iso8859-1 -etl-fixed-medium-r-normal--18-180-72-72-c-90-iso8859-1
The font name promises 90 (and that is usually what you get with most applications, e.g., emacs, rxvt). The font property AVERAGE_WIDTH is 80, however. This causes, e.g., rxvt-unicode to scrunch the font display width. I offer the following patch to the original tarball to correct this problem. diff -Nur intlfonts-1.2.1-orig/European/lt1-18-etl.bdf intlfonts-1.2.1/European/lt1-18-etl.bdf --- intlfonts-1.2.1-orig/European/lt1-18-etl.bdf 1999-03-02 06:31:33.000000000 -0500 +++ intlfonts-1.2.1/European/lt1-18-etl.bdf 2005-12-10 09:37:33.000000000 -0500 @@ -19,7 +19,7 @@ RESOLUTION_X 72 RESOLUTION_Y 72 SPACING "C" -AVERAGE_WIDTH 80 +AVERAGE_WIDTH 90 CHARSET_REGISTRY "ISO8859" CHARSET_ENCODING "1" FONT_ASCENT 15 diff -Nur intlfonts-1.2.1-orig/European/lt1-18b-etl.bdf intlfonts-1.2.1/European/lt1-18b-etl.bdf --- intlfonts-1.2.1-orig/European/lt1-18b-etl.bdf 1999-03-02 06:31:33.000000000 -0500 +++ intlfonts-1.2.1/European/lt1-18b-etl.bdf 2005-12-10 09:37:47.000000000 -0500 @@ -19,7 +19,7 @@ RESOLUTION_X 72 RESOLUTION_Y 72 SPACING "C" -AVERAGE_WIDTH 80 +AVERAGE_WIDTH 90 CHARSET_REGISTRY "ISO8859" CHARSET_ENCODING "1" FONT_ASCENT 15 diff -Nur intlfonts-1.2.1-orig/European/lt1-18bi-etl.bdf intlfonts-1.2.1/European/lt1-18bi-etl.bdf --- intlfonts-1.2.1-orig/European/lt1-18bi-etl.bdf 1999-03-02 06:31:33.000000000 -0500 +++ intlfonts-1.2.1/European/lt1-18bi-etl.bdf 2005-12-10 09:38:10.000000000 -0500 @@ -19,7 +19,7 @@ RESOLUTION_X 72 RESOLUTION_Y 72 SPACING "C" -AVERAGE_WIDTH 80 +AVERAGE_WIDTH 90 CHARSET_REGISTRY "ISO8859" CHARSET_ENCODING "1" FONT_ASCENT 15 diff -Nur intlfonts-1.2.1-orig/European/lt1-18i-etl.bdf intlfonts-1.2.1/European/lt1-18i-etl.bdf --- intlfonts-1.2.1-orig/European/lt1-18i-etl.bdf 1999-03-02 06:31:33.000000000 -0500 +++ intlfonts-1.2.1/European/lt1-18i-etl.bdf 2005-12-10 09:37:59.000000000 -0500 @@ -19,7 +19,7 @@ RESOLUTION_X 72 RESOLUTION_Y 72 SPACING "C" -AVERAGE_WIDTH 80 +AVERAGE_WIDTH 90 CHARSET_REGISTRY "ISO8859" CHARSET_ENCODING "1" FONT_ASCENT 15 -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-rc5 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages xfonts-intl-european depends on: ii xutils 6.8.2.dfsg.1-11 X Window System utility programs xfonts-intl-european recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

