diff options
author | Dave Love <fx@gnu.org> | 1999-07-28 18:27:35 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-07-28 18:27:35 +0000 |
commit | 29a3028d0436694010b0ebdd04c58ab2a96b1c01 (patch) | |
tree | 2b61d9bcb01aba708c9fe0111c14e23ae7f911b2 /lisp/mouse.el | |
parent | 4fdb80f2a251701594cc1663d8f293f5ea6835ae (diff) | |
download | emacs-29a3028d0436694010b0ebdd04c58ab2a96b1c01.tar.gz |
(x-fixed-font-alist): Add lucidasanstypewriter.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index a1fd3ef29f4..f535d716596 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1928,15 +1928,17 @@ and selects that window." ("clean 8x16" "-schumacher-clean-medium-r-normal--16-*-*-*-c-80-iso8859-1") ("") - ("sony 8x16" "-sony-fixed-medium-r-normal--16-*-*-*-c-80-iso8859-1")) + ("sony 8x16" "-sony-fixed-medium-r-normal--16-*-*-*-c-80-iso8859-1") ;;; We don't seem to have these; who knows what they are. ;;; ("fg-18" "fg-18") ;;; ("fg-25" "fg-25") -;;; ("lucidasanstypewriter-12" "lucidasanstypewriter-12") -;;; ("lucidasanstypewriter-bold-14" "lucidasanstypewriter-bold-14") -;;; ("lucidasanstypewriter-bold-24" "lucidasanstypewriter-bold-24") + ("lucidasanstypewriter-12" "-b&h-lucidatypewriter-medium-r-normal-sans-*-120-*-*-*-*-iso8859-1") + ("lucidasanstypewriter-bold-14" "-b&h-lucidatypewriter-bold-r-normal-sans-*-140-*-*-*-*-iso8859-1") + ("lucidasanstypewriter-bold-24" + "-b&h-lucidatypewriter-bold-r-normal-sans-*-240-*-*-*-*-iso8859-1") ;;; ("lucidatypewriter-bold-r-24" "-b&h-lucidatypewriter-bold-r-normal-sans-24-240-75-75-m-140-iso8859-1") ;;; ("fixed-medium-20" "-misc-fixed-medium-*-*-*-20-*-*-*-*-*-*-*") + ) ("Courier" ;; For these, we specify the point height. ("8" "-adobe-courier-medium-r-normal--*-80-*-*-m-*-iso8859-1") |