Mercurial > emacs
changeset 60137:697126c8e9d4
(ps-font-info-database): New entry
ZapfChancery-MediumItalic with correct font name. Fix font name
of the entry Zapf-Chancery-MediumItalic.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 18 Feb 2005 00:41:08 +0000 |
parents | 388b06af5d45 |
children | dd402e5d42cb 7e3f621f1dd4 |
files | lisp/ps-print.el |
diffstat | 1 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ps-print.el Thu Feb 17 12:52:35 2005 +0000 +++ b/lisp/ps-print.el Fri Feb 18 00:41:08 2005 +0000 @@ -986,7 +986,7 @@ ;; (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 @@ ;; (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 @@ (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)