all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Miles Bader <miles@gnu.org>
Cc: angelo.graziosi@alice.it, emacs-devel@gnu.org,
	Stefan Monnier <monnier@iro.umontreal.ca>,
	Kenichi Handa <handa@m17n.org>
Subject: Re: Lost antialias?
Date: Fri, 20 Jun 2008 20:43:39 -0400	[thread overview]
Message-ID: <87ej6rpqh0.fsf@stupidchicken.com> (raw)
In-Reply-To: <87lk0z1w3e.fsf@catnip.gol.com> (Miles Bader's message of "Sat, 21 Jun 2008 09:16:05 +0900")

Miles Bader <miles@gnu.org> writes:

> Chong Yidong <cyd@stupidchicken.com> writes:
>> How about treating "Helv" and "Courier" specially in
>> ffont_resolve_generic_family, similar to "Sans" and "Mono"?
>
> Why don't we just change the default face definitions to something more
> appropriate on a modern system?

That could work too.  How about combining the defface redefinition with
a change to face-font-family-alternatives so that this will work on
Windows and Mac?  (I'm not sure what the appropriate fonts are for those
platforms, though.)

(defface fixed-pitch
  '((t :family "Monospace"))
  "The basic fixed-pitch face."
  :group 'basic-faces)

(defcustom face-font-family-alternatives
  '(("Monospace" "DejaVu Sans Mono" [WINDOWS AND MAC FONTS]  "fixed")
    ....))

What font should we use for variable-pitch?  Bitstream Vera Sans?

> Maybe it would be also useful to support something like web-browsers
> use, where you could specify a "family" of "Dejavu Sans,Helvetica,Sans",
> and it would split the list at the commas and use the first one it could
> find.

That could be useful, if Handa (or someone else) wants to implement it.
Otherwise, I guess it's not crucial.




  reply	other threads:[~2008-06-21  0:43 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-13  8:33 Lost antialias? Angelo Graziosi
2008-06-13 11:21 ` Kenichi Handa
2008-06-13 13:01   ` Angelo Graziosi
2008-06-13 17:55     ` Thomas Baumann
2008-06-17 12:33     ` Christian.Lynbech
2008-06-15  0:53   ` Angelo Graziosi
2008-06-16  2:03     ` Kenichi Handa
2008-06-16  2:06       ` Chong Yidong
2008-06-16  5:55         ` Kenichi Handa
2008-06-16  6:30           ` Miles Bader
2008-06-16 11:36             ` Kenichi Handa
2008-06-16 16:32               ` Stefan Monnier
2008-06-17  0:46                 ` Kenichi Handa
2008-06-17 18:01           ` Chong Yidong
2008-06-17 20:28             ` Miles Bader
2008-06-17 21:03             ` Stefan Monnier
2008-06-17 22:16               ` Angelo Graziosi
2008-06-20 23:29               ` Chong Yidong
2008-06-21  0:16                 ` Miles Bader
2008-06-21  0:43                   ` Chong Yidong [this message]
2008-06-21  1:04                     ` Miles Bader
2008-06-21  2:12                     ` Stefan Monnier
2008-06-21  3:34                       ` Miles Bader
2008-06-21  4:22                         ` Stefan Monnier
2008-06-21  4:52                           ` Miles Bader
2008-06-21  6:23                             ` Eli Zaretskii
2008-06-21  6:56                               ` Miles Bader
2008-06-21  8:11                                 ` Eli Zaretskii
2008-06-21  8:29                                   ` Miles Bader
2008-06-21  9:00                                     ` Eli Zaretskii
2008-06-21 21:06                                   ` Stephen J. Turnbull
2008-06-21  7:46                             ` James Cloos
2008-06-21  7:57                               ` Miles Bader
2008-06-21  8:15                               ` Werner LEMBERG
2008-06-21 11:40                             ` Kenichi Handa
2008-06-21 11:33                   ` Kenichi Handa
2008-06-21 18:08                     ` Stefan Monnier
2008-06-21 19:42                       ` Chong Yidong
2008-06-22  1:57                         ` James Cloos
2008-06-24 18:14                           ` Chong Yidong
2008-06-16  8:23       ` Angelo Graziosi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ej6rpqh0.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=angelo.graziosi@alice.it \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    --cc=miles@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.