summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2005-02-18 00:44:44 +0000
committerKenichi Handa <handa@m17n.org>2005-02-18 00:44:44 +0000
commit92dc83a9217161ffaf03e202ae5c967db41cae82 (patch)
treeb885e838381f970bd39d89df595e44a9ecff8028 /lisp
parent9b516537a9899900647d4eae5ec8778e6837ad3c (diff)
downloademacs-92dc83a9217161ffaf03e202ae5c967db41cae82.tar.gz
(ps-font-info-database): New entry
ZapfChancery-MediumItalic with correct font name. Fix font name of the entry Zapf-Chancery-MediumItalic.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/ps-print.el14
2 files changed, 17 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b7ed7687fc2..39b29326077 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-18 Kenichi Handa <handa@m17n.org>
+
+ * ps-print.el (ps-font-info-database): New entry
+ ZapfChancery-MediumItalic with correct font name. Fix font name
+ of the entry Zapf-Chancery-MediumItalic.
+
2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
* autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index c37f21224fc..214a19560a4 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -986,7 +986,7 @@ Please send all bug fixes and enhancements to
;; (my-mixed-family
;; (fonts (normal . "Courier-Bold")
;; (bold . "Helvetica")
-;; (italic . "Zapf-Chancery-MediumItalic")
+;; (italic . "ZapfChancery-MediumItalic")
;; (bold-italic . "NewCenturySchlbk-BoldItalic")
;; (w3-table-hack-x-face . "LineDrawNormal"))
;; (size . 10.0)
@@ -1010,7 +1010,7 @@ Please send all bug fixes and enhancements to
;; (fonts (w3-table-hack-x-face . "LineDrawNormal")
;; (bold . "Helvetica")
;; (bold-italic . "NewCenturySchlbk-BoldItalic")
-;; (italic . "Zapf-Chancery-MediumItalic")
+;; (italic . "ZapfChancery-MediumItalic")
;; (normal . "Courier-Bold"))
;; (avg-char-width . 6.0)
;; (space-width . 6.0)
@@ -2820,8 +2820,16 @@ It has effect only when `ps-spool-duplex' is non-nil."
(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 . "Zapf-Chancery-MediumItalic"))
+ (fonts (normal . "ZapfChancery-MediumItalic"))
(size . 10.0)
(line-height . 11.45)
(space-width . 2.2)