bug-gnu-emacs
[Top][All Lists]
Advanced

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

x-font-family-list gives incomplete results


From: Dave Love
Subject: x-font-family-list gives incomplete results
Date: 20 Jan 2003 18:32:46 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

`x-font-family-list' misses a lot, specifically fonts which are
suitable for offering the user as the default.  E.g. on a Debian
stable system I have this:

(x-font-family-list)
  => (("clean" . t) ("clearlyu") ("clearlyu alternate glyphs") ("clearlyu 
arabic extra") ("clearlyu ligature") ("clearlyu pua") ("fangsong ti" . t) 
("fixed" . t) ("gothic" . t) ("mincho" . t) ("newspaper") ("nil" . t) ("open 
look cursor") ("open look glyph") ("song ti" . t) ("unifont" . t))

(face-font 'default)
  => "-B&H-LucidaTypewriter-Medium-R-Normal-Sans-12-120-75-75-M-70-ISO8859-1"

Note that the lucidatypewriter I'm actually using isn't listed and I
have 64 families according to xfontsel.

The code implementing this looks superficially correct to me.  Am I
missing something?




reply via email to

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