comparison lisp/ps-print.el @ 90106:bf0d492ea2d5

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-16 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-106 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-110 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-111 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-112 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-113 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-114 <no summary provided> * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-115 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-123 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-17 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-19 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-20 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-21 More work on moving images to etc/images * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-22 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-23 Fix errors with image-file installation * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-24 etc/Makefile.in (install): Put gnus-tut.txt in the right place. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-25 etc/Makefile.in (install, uninstall): Fix installed image dirs. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-26 etc/Makefile.in (install): Create $(etcdir)/images/gnus dir. * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-27 Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 23 Feb 2005 09:18:23 +0000
parents f2ebccfa87d4 9afc1e30ea84
children 13796b0653c7
comparison
equal deleted inserted replaced
90105:7e3f621f1dd4 90106:bf0d492ea2d5
984 ;; 984 ;;
985 ;; You can create new `mixed' font families like: 985 ;; You can create new `mixed' font families like:
986 ;; (my-mixed-family 986 ;; (my-mixed-family
987 ;; (fonts (normal . "Courier-Bold") 987 ;; (fonts (normal . "Courier-Bold")
988 ;; (bold . "Helvetica") 988 ;; (bold . "Helvetica")
989 ;; (italic . "Zapf-Chancery-MediumItalic") 989 ;; (italic . "ZapfChancery-MediumItalic")
990 ;; (bold-italic . "NewCenturySchlbk-BoldItalic") 990 ;; (bold-italic . "NewCenturySchlbk-BoldItalic")
991 ;; (w3-table-hack-x-face . "LineDrawNormal")) 991 ;; (w3-table-hack-x-face . "LineDrawNormal"))
992 ;; (size . 10.0) 992 ;; (size . 10.0)
993 ;; (line-height . 10.55) 993 ;; (line-height . 10.55)
994 ;; (space-width . 6.0) 994 ;; (space-width . 6.0)
1008 ;; (my-mixed-family 1008 ;; (my-mixed-family
1009 ;; (size . 10.0) 1009 ;; (size . 10.0)
1010 ;; (fonts (w3-table-hack-x-face . "LineDrawNormal") 1010 ;; (fonts (w3-table-hack-x-face . "LineDrawNormal")
1011 ;; (bold . "Helvetica") 1011 ;; (bold . "Helvetica")
1012 ;; (bold-italic . "NewCenturySchlbk-BoldItalic") 1012 ;; (bold-italic . "NewCenturySchlbk-BoldItalic")
1013 ;; (italic . "Zapf-Chancery-MediumItalic") 1013 ;; (italic . "ZapfChancery-MediumItalic")
1014 ;; (normal . "Courier-Bold")) 1014 ;; (normal . "Courier-Bold"))
1015 ;; (avg-char-width . 6.0) 1015 ;; (avg-char-width . 6.0)
1016 ;; (space-width . 6.0) 1016 ;; (space-width . 6.0)
1017 ;; (line-height . 10.55)) 1017 ;; (line-height . 10.55))
1018 ;; 1018 ;;
2818 (fonts (normal . "Zapf-Dingbats")) 2818 (fonts (normal . "Zapf-Dingbats"))
2819 (size . 10.0) 2819 (size . 10.0)
2820 (line-height . 9.63) 2820 (line-height . 9.63)
2821 (space-width . 2.78) 2821 (space-width . 2.78)
2822 (avg-char-width . 2.78)) 2822 (avg-char-width . 2.78))
2823 (ZapfChancery-MediumItalic
2824 (fonts (normal . "ZapfChancery-MediumItalic"))
2825 (size . 10.0)
2826 (line-height . 11.45)
2827 (space-width . 2.2)
2828 (avg-char-width . 4.10811))
2829 ;; We keep this wrong entry name (but with correct font name) for
2830 ;; backward compatibility.
2823 (Zapf-Chancery-MediumItalic 2831 (Zapf-Chancery-MediumItalic
2824 (fonts (normal . "Zapf-Chancery-MediumItalic")) 2832 (fonts (normal . "ZapfChancery-MediumItalic"))
2825 (size . 10.0) 2833 (size . 10.0)
2826 (line-height . 11.45) 2834 (line-height . 11.45)
2827 (space-width . 2.2) 2835 (space-width . 2.2)
2828 (avg-char-width . 4.10811)) 2836 (avg-char-width . 4.10811))
2829 ) 2837 )