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

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

Re: Boldifing all faces?


From: Elena
Subject: Re: Boldifing all faces?
Date: Fri, 27 Mar 2009 04:42:15 -0700 (PDT)
User-agent: G2/1.0

Yes, it does: all faces become bold, no matter what font I've choosen.

I have Lucida Console with a bold variant on XP. I swear   ^_^

On Mar 26, 11:07 am, David Engster <d...@randomsample.de> wrote:
> Elena <egarr...@gmail.com> writes:
> > On Mar 20, 6:53 pm, Elena <egarr...@gmail.com> wrote:
> >> Hi,
>
> >> can you boldify (make bold) all faces, without having to customize
> >> each one?
>
> > I've found out that setting the default font as bold works with some
> > fonts (e.g. DejaVu Sans Mono), it doesn't with others (e.g. Lucida
> > Console). Therefore I'll have to restrict my choices within fonts
> > which work.
>
> Maybe this little snippet works for you?
>
> (mapc
>  (lambda (face)
>    (set-face-attribute face nil :weight 'bold))
>  (face-list))
>
> -David



reply via email to

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