unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; Poor font rendering example
@ 2008-06-05 21:27 Stephen Berman
  2008-06-06  0:38 ` Kenichi Handa
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Berman @ 2008-06-05 21:27 UTC (permalink / raw)
  To: emacs-pretest-bug

[-- Attachment #1: Type: text/plain, Size: 283 bytes --]

1. Using the xft font backend, I start Emacs like this:
   emacs -Q -fn "-b&h-Luxi Sans-normal-normal-normal-*-12-*-*-*-*-0-iso8859-1" test.txt

2. I type M-: (insert (propertize "I think this is poor rendering of `i'" 'face '(:weight bold :height 1.2)))

This is the result I get:


[-- Attachment #2: Poor font rendering --]
[-- Type: image/png, Size: 3319 bytes --]

[-- Attachment #3: Type: text/plain, Size: 818 bytes --]


Note the lower-case i's look like the upper case I.  If I increase or
decrease the size by face-remapping, the lower case i's look like they
should. (I use b&h-Luxi Sans for variable-pitch face, which with the
above face attributes defines info-title-3, which is how I noticed
this rendering problem.)


In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.12.0)
 of 2008-06-05 on escher
Windowing system distributor `The X.Org Foundation', version 11.0.70200000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 23.0.60; Poor font rendering example
  2008-06-05 21:27 23.0.60; Poor font rendering example Stephen Berman
@ 2008-06-06  0:38 ` Kenichi Handa
  2008-06-06  7:18   ` Stephen Berman
  0 siblings, 1 reply; 5+ messages in thread
From: Kenichi Handa @ 2008-06-06  0:38 UTC (permalink / raw)
  To: Stephen Berman; +Cc: emacs-pretest-bug

In article <874p87vagt.fsf@escher.local.home>, Stephen Berman <stephen.berman@gmx.net> writes:

> 1. Using the xft font backend, I start Emacs like this:
>    emacs -Q -fn "-b&h-Luxi Sans-normal-normal-normal-*-12-*-*-*-*-0-iso8859-1" test.txt

Please tell me from where I can get that font.

---
Kenichi Handa
handa@ni.aist.go.jp




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 23.0.60; Poor font rendering example
  2008-06-06  0:38 ` Kenichi Handa
@ 2008-06-06  7:18   ` Stephen Berman
  2008-06-06 11:37     ` Kenichi Handa
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Berman @ 2008-06-06  7:18 UTC (permalink / raw)
  To: emacs-devel; +Cc: emacs-pretest-bug

On Fri, 06 Jun 2008 09:38:44 +0900 Kenichi Handa <handa@m17n.org> wrote:

> In article <874p87vagt.fsf@escher.local.home>, Stephen Berman <stephen.berman@gmx.net> writes:
>
>> 1. Using the xft font backend, I start Emacs like this:
>>    emacs -Q -fn "-b&h-Luxi Sans-normal-normal-normal-*-12-*-*-*-*-0-iso8859-1" test.txt
>
> Please tell me from where I can get that font.

I'll email what I believe to be the right file to you off list.  It came
with openSUSE 10.3, I believe it's in the xorg-x11-fonts package.  You
can get the compiled rpm here:

http://download.opensuse.org/repositories/openSUSE:/10.3/standard/noarch/xorg-x11-fonts-7.2-85.noarch.rpm

and the source rpm here:

http://download.opensuse.org/repositories/openSUSE:/10.3/standard/src/xorg-x11-fonts-7.2-85.src.rpm

I believe the file is luxisr.ttf.

Steve Berman





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 23.0.60; Poor font rendering example
  2008-06-06  7:18   ` Stephen Berman
@ 2008-06-06 11:37     ` Kenichi Handa
  2008-06-06 11:58       ` Stephen Berman
  0 siblings, 1 reply; 5+ messages in thread
From: Kenichi Handa @ 2008-06-06 11:37 UTC (permalink / raw)
  To: Stephen Berman; +Cc: emacs-pretest-bug, emacs-devel

[-- Attachment #1: Type: text/plain, Size: 834 bytes --]

In article <87skvrc9pb.fsf@escher.local.home>, Stephen Berman <stephen.berman@gmx.net> writes:

> On Fri, 06 Jun 2008 09:38:44 +0900 Kenichi Handa <handa@m17n.org> wrote:
> > In article <874p87vagt.fsf@escher.local.home>, Stephen Berman <stephen.berman@gmx.net> writes:
> >
>>> 1. Using the xft font backend, I start Emacs like this:
>>> emacs -Q -fn "-b&h-Luxi Sans-normal-normal-normal-*-12-*-*-*-*-0-iso8859-1" test.txt
> >
> > Please tell me from where I can get that font.

> I'll email what I believe to be the right file to you off list.

With the fonts you sent me, I confirmed that bad rendering
with the pixelsize 14.  But, the same rendering problem
occurs in gedit's font selection window (see the attached
image).  So, I think it's a problem of font itself or of
freetype library.

---
Kenichi Handa
handa@ni.aist.go.jp


[-- Attachment #2: temp.png --]
[-- Type: image/png, Size: 42995 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 23.0.60; Poor font rendering example
  2008-06-06 11:37     ` Kenichi Handa
@ 2008-06-06 11:58       ` Stephen Berman
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Berman @ 2008-06-06 11:58 UTC (permalink / raw)
  To: emacs-devel; +Cc: emacs-pretest-bug

On Fri, 06 Jun 2008 20:37:01 +0900 Kenichi Handa <handa@m17n.org> wrote:

> In article <87skvrc9pb.fsf@escher.local.home>, Stephen Berman <stephen.berman@gmx.net> writes:
>
>> On Fri, 06 Jun 2008 09:38:44 +0900 Kenichi Handa <handa@m17n.org> wrote:
>> > In article <874p87vagt.fsf@escher.local.home>, Stephen Berman <stephen.berman@gmx.net> writes:
>> >
>>>> 1. Using the xft font backend, I start Emacs like this:
>>>> emacs -Q -fn "-b&h-Luxi Sans-normal-normal-normal-*-12-*-*-*-*-0-iso8859-1" test.txt
>> >
>> > Please tell me from where I can get that font.
>
>> I'll email what I believe to be the right file to you off list.
>
> With the fonts you sent me, I confirmed that bad rendering
> with the pixelsize 14.  But, the same rendering problem
> occurs in gedit's font selection window (see the attached
> image).  So, I think it's a problem of font itself or of
> freetype library.

Ah, yes I see that here too.  Sorry it didn't occur to me to check
outside of Emacs before wasting your time and list bandwidth.  But
thanks for confirming the problem, and that it's not an Emacs problem.
I'll check the Xorg bug tracker.

Steve Berman





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-06-06 11:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-05 21:27 23.0.60; Poor font rendering example Stephen Berman
2008-06-06  0:38 ` Kenichi Handa
2008-06-06  7:18   ` Stephen Berman
2008-06-06 11:37     ` Kenichi Handa
2008-06-06 11:58       ` Stephen Berman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).