emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ps-print.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-print.el
Date: Thu, 17 Feb 2005 19:41:08 -0500

Index: emacs/lisp/ps-print.el
diff -c emacs/lisp/ps-print.el:1.151 emacs/lisp/ps-print.el:1.152
*** emacs/lisp/ps-print.el:1.151        Sun Nov 21 22:52:46 2004
--- emacs/lisp/ps-print.el      Fri Feb 18 00:41:08 2005
***************
*** 986,992 ****
  ;;      (my-mixed-family
  ;;       (fonts (normal               . "Courier-Bold")
  ;;              (bold                 . "Helvetica")
! ;;              (italic               . "Zapf-Chancery-MediumItalic")
  ;;              (bold-italic          . "NewCenturySchlbk-BoldItalic")
  ;;              (w3-table-hack-x-face . "LineDrawNormal"))
  ;;       (size . 10.0)
--- 986,992 ----
  ;;      (my-mixed-family
  ;;       (fonts (normal               . "Courier-Bold")
  ;;              (bold                 . "Helvetica")
! ;;              (italic               . "ZapfChancery-MediumItalic")
  ;;              (bold-italic          . "NewCenturySchlbk-BoldItalic")
  ;;              (w3-table-hack-x-face . "LineDrawNormal"))
  ;;       (size . 10.0)
***************
*** 1010,1016 ****
  ;;       (fonts (w3-table-hack-x-face . "LineDrawNormal")
  ;;              (bold                 . "Helvetica")
  ;;              (bold-italic          . "NewCenturySchlbk-BoldItalic")
! ;;              (italic               . "Zapf-Chancery-MediumItalic")
  ;;              (normal               . "Courier-Bold"))
  ;;       (avg-char-width . 6.0)
  ;;       (space-width . 6.0)
--- 1010,1016 ----
  ;;       (fonts (w3-table-hack-x-face . "LineDrawNormal")
  ;;              (bold                 . "Helvetica")
  ;;              (bold-italic          . "NewCenturySchlbk-BoldItalic")
! ;;              (italic               . "ZapfChancery-MediumItalic")
  ;;              (normal               . "Courier-Bold"))
  ;;       (avg-char-width . 6.0)
  ;;       (space-width . 6.0)
***************
*** 2820,2827 ****
       (line-height . 9.63)
       (space-width . 2.78)
       (avg-char-width . 2.78))
      (Zapf-Chancery-MediumItalic
!      (fonts (normal . "Zapf-Chancery-MediumItalic"))
       (size . 10.0)
       (line-height . 11.45)
       (space-width . 2.2)
--- 2820,2835 ----
       (line-height . 9.63)
       (space-width . 2.78)
       (avg-char-width . 2.78))
+     (ZapfChancery-MediumItalic
+      (fonts (normal . "ZapfChancery-MediumItalic"))
+      (size . 10.0)
+      (line-height . 11.45)
+      (space-width . 2.2)
+      (avg-char-width . 4.10811))
+     ;; We keep this wrong entry name (but with correct font name) for
+     ;; backward compatibility.
      (Zapf-Chancery-MediumItalic
!      (fonts (normal . "ZapfChancery-MediumItalic"))
       (size . 10.0)
       (line-height . 11.45)
       (space-width . 2.2)




reply via email to

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