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

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

Re: [h-e-w] how to change my emacs fonts to Lucida Console?


From: Martin Stemplinger
Subject: Re: [h-e-w] how to change my emacs fonts to Lucida Console?
Date: Sun, 11 Jul 2004 21:43:11 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

On Die Jun 29 2004 at 10:31, "linhua" <address@hidden> wrote:

> Hi all:
>     I have tried for a long time, but I can't find any related articles. Can 
> anyone tell we how to change my Emacs' font to Lucida
> Console or any fonts else exist in windows 2000?
I use something like 
;;; Set the default font and frame size
(setq default-frame-alist
      '((background-mode . light)
        (right-fringe . 0)
        (left-fringe)
        (font . 
"-outline-ProggyCleanTT-normal-r-normal-normal-16-120-96-96-c-70-iso8859-1")
        (border-color . "black")
        (tool-bar-lines . 1)
        (menu-bar-lines . 1)
        (background-color . "AntiqueWhite2")
        (nil)))

to find out which fonts there is the menu point Options -> Set
Font/Fontset that lets you try fonts. M-x describe-fontset tells you
then the name of the font which you can insert into lines as above.

HTH
Martin




reply via email to

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