Mercurial > emacs
annotate lisp/ps-mule.el @ 90228:fa0da9b57058
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-82
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 542-553)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 116-121)
- Merge from emacs--cvs-trunk--0
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 19 Sep 2005 10:20:33 +0000 |
parents | 2d92f5c9d6ae |
children | c5406394f567 |
rev | line source |
---|---|
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
37201
diff
changeset
|
1 ;;; ps-mule.el --- provide multi-byte character facility to ps-print |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
2 |
64762
41bb365f41c4
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64647
diff
changeset
|
3 ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
41bb365f41c4
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64647
diff
changeset
|
4 ;; 2005 Free Software Foundation, Inc. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
5 |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
37201
diff
changeset
|
6 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> |
38816 | 7 ;; Kenichi Handa <handa@etl.go.jp> (multi-byte characters) |
8 ;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) | |
9 ;; Vinicius Jose Latorre <vinicius@cpqd.com.br> | |
38436
b174db545cfd
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
37201
diff
changeset
|
10 ;; Keywords: wp, print, PostScript, multibyte, mule |
51007
c3f9aa88ed68
Avoid unnecessary calls to funs in header and footer variables
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
45899
diff
changeset
|
11 ;; Time-stamp: <2003/05/14 22:19:41 vinicius> |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
12 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
13 ;; This file is part of GNU Emacs. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
14 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
15 ;; GNU Emacs is free software; you can redistribute it and/or modify |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
16 ;; it under the terms of the GNU General Public License as published by |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
17 ;; the Free Software Foundation; either version 2, or (at your option) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
18 ;; any later version. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
19 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
20 ;; GNU Emacs is distributed in the hope that it will be useful, |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
21 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
22 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
23 ;; GNU General Public License for more details. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
24 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
25 ;; You should have received a copy of the GNU General Public License |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
26 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
64091 | 27 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
28 ;; Boston, MA 02110-1301, USA. | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
29 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
30 ;;; Commentary: |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
31 |
26115
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
32 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
33 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
34 ;; About ps-mule |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
35 ;; ------------- |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
36 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
37 ;; This package is used for ps-print to print multi-byte buffer. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
38 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
39 ;; See also ps-print.el. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
40 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
41 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
42 ;; Printing Multi-byte Buffer |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
43 ;; -------------------------- |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
44 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
45 ;; The variable `ps-multibyte-buffer' specifies the ps-print multi-byte buffer |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
46 ;; handling. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
47 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
48 ;; Valid values for `ps-multibyte-buffer' are: |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
49 ;; |
26115
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
50 ;; nil This is the value to use the default settings which |
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
51 ;; is by default for printing buffer with only ASCII |
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
52 ;; and Latin characters. The default setting can be |
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
53 ;; changed by setting the variable |
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
54 ;; `ps-mule-font-info-database-default' differently. |
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
55 ;; The initial value of this variable is |
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
56 ;; `ps-mule-font-info-database-latin' (see |
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
57 ;; documentation). |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
58 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
59 ;; `non-latin-printer' This is the value to use when you have a japanese |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
60 ;; or korean PostScript printer and want to print |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
61 ;; buffer with ASCII, Latin-1, Japanese (JISX0208 and |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
62 ;; JISX0201-Kana) and Korean characters. At present, |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
63 ;; it was not tested the Korean characters printing. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
64 ;; If you have a korean PostScript printer, please, |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
65 ;; test it. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
66 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
67 ;; `bdf-font' This is the value to use when you want to print |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
68 ;; buffer with BDF fonts. BDF fonts include both latin |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
69 ;; and non-latin fonts. BDF (Bitmap Distribution |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
70 ;; Format) is a format used for distributing X's font |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
71 ;; source file. BDF fonts are included in |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
72 ;; `intlfonts-1.2' which is a collection of X11 fonts |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
73 ;; for all characters supported by Emacs. In order to |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
74 ;; use this value, be sure to have installed |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
75 ;; `intlfonts-1.2' and set the variable |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
76 ;; `bdf-directory-list' appropriately (see ps-bdf.el |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
77 ;; for documentation of this variable). |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
78 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
79 ;; `bdf-font-except-latin' This is like `bdf-font' except that it is used |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
80 ;; PostScript default fonts to print ASCII and Latin-1 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
81 ;; characters. This is convenient when you want or |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
82 ;; need to use both latin and non-latin characters on |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
83 ;; the same buffer. See `ps-font-family', |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
84 ;; `ps-header-font-family' and `ps-font-info-database'. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
85 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
86 ;; Any other value is treated as nil. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
87 ;; |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
88 ;; The default is nil. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
89 ;; |
26115
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
90 ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
91 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
92 ;;; Code: |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
93 |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
94 (eval-and-compile |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
95 (require 'ps-print) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
96 |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
97 ;; to avoid XEmacs compilation gripes |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
98 (defvar leading-code-private-22 157) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
99 (or (fboundp 'charset-bytes) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
100 (defun charset-bytes (charset) 1)) ; ascii |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
101 (or (fboundp 'charset-dimension) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
102 (defun charset-dimension (charset) 1)) ; ascii |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
103 (or (fboundp 'charset-id) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
104 (defun charset-id (charset) 0)) ; ascii |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
105 (or (fboundp 'charset-width) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
106 (defun charset-width (charset) 1)) ; ascii |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
107 (or (fboundp 'find-charset-region) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
108 (defun find-charset-region (beg end &optional table) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
109 (list 'ascii))) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
110 (or (fboundp 'char-width) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
111 (defun char-width (char) 1)) ; ascii |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
112 (or (fboundp 'chars-in-region) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
113 (defun chars-in-region (beg end) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
114 (- (max beg end) (min beg end)))) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
115 (or (fboundp 'forward-point) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
116 (defun forward-point (arg) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
117 (save-excursion |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
118 (let ((count (abs arg)) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
119 (step (if (zerop arg) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
120 0 |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
121 (/ arg arg)))) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
122 (while (and (> count 0) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
123 (< (point-min) (point)) (< (point) (point-max))) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
124 (forward-char step) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
125 (setq count (1- count))) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
126 (+ (point) (* count step)))))) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
127 (or (fboundp 'decompose-composite-char) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
128 (defun decompose-composite-char (char &optional type |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
129 with-composition-rule) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
130 nil)) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
131 (or (fboundp 'encode-coding-string) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
132 (defun encode-coding-string (string coding-system &optional nocopy) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
133 (if nocopy |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
134 string |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
135 (copy-sequence string)))) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
136 (or (fboundp 'coding-system-p) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
137 (defun coding-system-p (obj) nil)) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
138 (or (fboundp 'ccl-execute-on-string) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
139 (defun ccl-execute-on-string (ccl-prog status str |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
140 &optional contin unibyte-p) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
141 str)) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
142 (or (fboundp 'define-ccl-program) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
143 (defmacro define-ccl-program (name ccl-program &optional doc) |
37201
a50c338bd5e7
Eliminate cl package dependence.
Gerd Moellmann <gerd@gnu.org>
parents:
37149
diff
changeset
|
144 `(defconst ,name nil ,doc))) |
a50c338bd5e7
Eliminate cl package dependence.
Gerd Moellmann <gerd@gnu.org>
parents:
37149
diff
changeset
|
145 (or (fboundp 'multibyte-string-p) |
a50c338bd5e7
Eliminate cl package dependence.
Gerd Moellmann <gerd@gnu.org>
parents:
37149
diff
changeset
|
146 (defun multibyte-string-p (str) |
a50c338bd5e7
Eliminate cl package dependence.
Gerd Moellmann <gerd@gnu.org>
parents:
37149
diff
changeset
|
147 (let ((len (length str)) |
a50c338bd5e7
Eliminate cl package dependence.
Gerd Moellmann <gerd@gnu.org>
parents:
37149
diff
changeset
|
148 (i 0) |
a50c338bd5e7
Eliminate cl package dependence.
Gerd Moellmann <gerd@gnu.org>
parents:
37149
diff
changeset
|
149 multibyte) |
a50c338bd5e7
Eliminate cl package dependence.
Gerd Moellmann <gerd@gnu.org>
parents:
37149
diff
changeset
|
150 (while (and (< i len) (not (setq multibyte (> (aref str i) 255)))) |
a50c338bd5e7
Eliminate cl package dependence.
Gerd Moellmann <gerd@gnu.org>
parents:
37149
diff
changeset
|
151 (setq i (1+ i))) |
a50c338bd5e7
Eliminate cl package dependence.
Gerd Moellmann <gerd@gnu.org>
parents:
37149
diff
changeset
|
152 multibyte))) |
a50c338bd5e7
Eliminate cl package dependence.
Gerd Moellmann <gerd@gnu.org>
parents:
37149
diff
changeset
|
153 (or (fboundp 'string-make-multibyte) |
45334
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
154 (defalias 'string-make-multibyte 'copy-sequence)) |
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
155 (or (fboundp 'encode-char) |
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
156 (defun encode-char (ch ccs) |
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
157 ch))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
158 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
159 |
27160
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
160 ;;;###autoload |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
161 (defcustom ps-multibyte-buffer nil |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
162 "*Specifies the multi-byte buffer handling. |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
163 |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
164 Valid values are: |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
165 |
27160
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
166 nil This is the value to use the default settings which |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
167 is by default for printing buffer with only ASCII |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
168 and Latin characters. The default setting can be |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
169 changed by setting the variable |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
170 `ps-mule-font-info-database-default' differently. |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
171 The initial value of this variable is |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
172 `ps-mule-font-info-database-latin' (see |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
173 documentation). |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
174 |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
175 `non-latin-printer' This is the value to use when you have a Japanese |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
176 or Korean PostScript printer and want to print |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
177 buffer with ASCII, Latin-1, Japanese (JISX0208 and |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
178 JISX0201-Kana) and Korean characters. At present, |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
179 it was not tested the Korean characters printing. |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
180 If you have a korean PostScript printer, please, |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
181 test it. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
182 |
27160
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
183 `bdf-font' This is the value to use when you want to print |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
184 buffer with BDF fonts. BDF fonts include both latin |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
185 and non-latin fonts. BDF (Bitmap Distribution |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
186 Format) is a format used for distributing X's font |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
187 source file. BDF fonts are included in |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
188 `intlfonts-1.2' which is a collection of X11 fonts |
27160
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
189 for all characters supported by Emacs. In order to |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
190 use this value, be sure to have installed |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
191 `intlfonts-1.2' and set the variable |
27160
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
192 `bdf-directory-list' appropriately (see ps-bdf.el for |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
193 documentation of this variable). |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
194 |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
195 `bdf-font-except-latin' This is like `bdf-font' except that it is used |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
196 PostScript default fonts to print ASCII and Latin-1 |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
197 characters. This is convenient when you want or |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
198 need to use both latin and non-latin characters on |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
199 the same buffer. See `ps-font-family', |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
200 `ps-header-font-family' and `ps-font-info-database'. |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
201 |
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
202 Any other value is treated as nil." |
28631
5e9674136340
Customization fix, doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
27160
diff
changeset
|
203 :type '(choice (const non-latin-printer) (const bdf-font) |
5e9674136340
Customization fix, doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
27160
diff
changeset
|
204 (const bdf-font-except-latin) (const :tag "nil" nil)) |
27160
1e00f7f6655c
ps-vars eliminated, ps-multibyte-buffer now is
Kenichi Handa <handa@m17n.org>
parents:
26882
diff
changeset
|
205 :group 'ps-print-font) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
206 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
207 (defvar ps-mule-font-info-database |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
208 nil |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
209 "Alist of charsets with the corresponding font information. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
210 Each element has the form: |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
211 |
89530 | 212 (CHARSET (FONT-TYPE FONT-SRC FONT-NAME ENCODING BYTES)) ...) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
213 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
214 Where |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
215 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
216 CHARSET is a charset (symbol) for this font family, |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
217 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
218 FONT-TYPE is a font type: normal, bold, italic, or bold-italic. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
219 |
56679
91074b668126
(ps-mule-font-info-database): Fix docstring.
Kenichi Handa <handa@m17n.org>
parents:
52401
diff
changeset
|
220 FONT-SRC is a font source: builtin, bdf, vflib, or nil. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
221 |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
222 If FONT-SRC is builtin, FONT-NAME is a built-in PostScript font name. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
223 |
24086
bedce7fcf0f4
(ps-mule-font-info-database-bdf): Add alternative
Eli Zaretskii <eliz@gnu.org>
parents:
23937
diff
changeset
|
224 If FONT-SRC is bdf, FONT-NAME is a BDF font file name, or a list of |
bedce7fcf0f4
(ps-mule-font-info-database-bdf): Add alternative
Eli Zaretskii <eliz@gnu.org>
parents:
23937
diff
changeset
|
225 alternative font names. To use this font, the external library `ps-bdf' |
bedce7fcf0f4
(ps-mule-font-info-database-bdf): Add alternative
Eli Zaretskii <eliz@gnu.org>
parents:
23937
diff
changeset
|
226 is required. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
227 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
228 If FONT-SRC is vflib, FONT-NAME is the name of a font that VFlib knows. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
229 To use this font, the external library `vflib' is required. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
230 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
231 If FONT-SRC is nil, a proper ASCII font in the variable |
89530 | 232 `ps-font-info-database' is used, and FONT-NAME is ignored. |
233 This is useful for Latin-1 characters. | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
234 |
89530 | 235 ENCODING is a charset to encode a character of CHARSET to a glyph |
236 code of the specifies font. ENCODING may be a function that does | |
237 this encoding. In this case, the function is called with one | |
238 argument, the character to encode, and it should return an | |
239 encoded code. ENCODING may be nil, in which case CHARSET is used | |
240 to encode a character. | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
241 |
89530 | 242 BYTES specifies how many bytes each character has in the encoded |
243 byte sequence; it should be 1 or 2. If ENCODING is a charset, | |
244 BYTES may be nil, in chich case the dimension of ENCODING is | |
245 used. | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
246 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
247 All multi-byte characters are printed by fonts specified in this database |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
248 regardless of a font family of ASCII characters. The exception is Latin-1 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
249 characters which are printed by the same font as ASCII characters, thus obey |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
250 font family. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
251 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
252 See also the variable `ps-font-info-database'.") |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
253 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
254 (defconst ps-mule-font-info-database-latin |
89530 | 255 '((iso-8859-1 |
256 (normal nil nil))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
257 "Sample setting of `ps-mule-font-info-database' to use latin fonts.") |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
258 |
26115
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
259 (defcustom ps-mule-font-info-database-default |
24307
6909b106c5c6
(ps-mule-font-info-database-default): Set the initial
Kenichi Handa <handa@m17n.org>
parents:
24306
diff
changeset
|
260 ps-mule-font-info-database-latin |
30561
fb68d65b0fa3
Fix a customization problem on
Gerd Moellmann <gerd@gnu.org>
parents:
29523
diff
changeset
|
261 "*The default setting to use when `ps-multibyte-buffer' is nil." |
fb68d65b0fa3
Fix a customization problem on
Gerd Moellmann <gerd@gnu.org>
parents:
29523
diff
changeset
|
262 :type '(symbol :tag "Multi-Byte Buffer Database Font Default") |
26115
314173e121ee
Doc fix, define functions properly if mule package is
Kenichi Handa <handa@m17n.org>
parents:
25828
diff
changeset
|
263 :group 'ps-print-font) |
24306
432510346b14
(ps-multibyte-buffer): Doc-string modified.
Kenichi Handa <handa@m17n.org>
parents:
24303
diff
changeset
|
264 |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
265 (defconst ps-mule-font-info-database-ps |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
266 '((katakana-jisx0201 |
89530 | 267 (normal builtin "Ryumin-Light.Katakana") |
268 (bold builtin "GothicBBB-Medium.Katakana") | |
269 (bold-italic builtin "GothicBBB-Medium.Katakana")) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
270 (latin-jisx0201 |
89530 | 271 (normal builtin "Ryumin-Light.Hankaku") |
272 (bold builtin "GothicBBB-Medium.Hankaku")) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
273 (japanese-jisx0208 |
89530 | 274 (normal builtin "Ryumin-Light-H") |
275 (bold builtin "GothicBBB-Medium-H")) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
276 (korean-ksc5601 |
89530 | 277 (normal builtin "Munhwa-Regular-KSC-EUC-H") |
278 (bold builtin "Munhwa-Bold-KSC-EUC-H")) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
279 ) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
280 "Sample setting of the `ps-mule-font-info-database' to use builtin PS font. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
281 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
282 Currently, data for Japanese and Korean PostScript printers are listed.") |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
283 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
284 (defconst ps-mule-font-info-database-bdf |
89530 | 285 '((iso-8859-1 |
286 (normal bdf ("lt1-24-etl.bdf" "etl24-latin1.bdf")) | |
287 (bold bdf ("lt1-16b-etl.bdf" "etl16b-latin1.bdf")) | |
288 (italic bdf ("lt1-16i-etl.bdf" "etl16i-latin1.bdf")) | |
289 (bold-italic bdf ("lt1-16bi-etl.bdf" "etl16bi-latin1.bdf"))) | |
290 (iso-8859-2 | |
291 (normal bdf ("lt2-24-etl.bdf" "etl24-latin2.bdf"))) | |
292 (iso-8859-3 | |
293 (normal bdf ("lt3-24-etl.bdf" "etl24-latin3.bdf"))) | |
294 (iso-8859-4 | |
295 (normal bdf ("lt4-24-etl.bdf" "etl24-latin4.bdf"))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
296 (thai-tis620 |
89530 | 297 (normal bdf ("thai24.bdf" "thai-24.bdf") iso-8859-11)) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
298 (greek-iso8859-7 |
89530 | 299 (normal bdf ("grk24-etl.bdf" "etl24-greek.bdf") iso-8859-7)) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
300 (hebrew-iso8859-8 |
89530 | 301 (normal bdf ("heb24-etl.bdf" "etl24-hebrew.bdf") iso-8859-8)) |
302 (jisx0201 | |
303 (normal bdf "12x24rk.bdf" jisx0201)) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
304 (cyrillic-iso8859-5 |
89530 | 305 (normal bdf ("cyr24-etl.bdf" "etl24-cyrillic.bdf") iso-8859-5)) |
306 (iso-8859-9 | |
307 (normal bdf ("lt5-24-etl.bdf" "etl24-latin5.bdf") iso-8859-9)) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
308 (chinese-gb2312 |
89530 | 309 (normal bdf "gb24st.bdf")) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
310 (japanese-jisx0208 |
89530 | 311 (normal bdf "jiskan24.bdf")) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
312 (korean-ksc5601 |
89530 | 313 (normal bdf "hanglm24.bdf")) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
314 (japanese-jisx0212 |
89530 | 315 (normal bdf ("jksp40.bdf" "jisksp40.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
316 (chinese-cns11643-1 |
89530 | 317 (normal bdf ("cns1-40.bdf" "cns-1-40.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
318 (chinese-cns11643-2 |
89530 | 319 (normal bdf ("cns2-40.bdf" "cns-2-40.bdf"))) |
320 (big5 | |
321 (normal bdf "taipei24.bdf")) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
322 (chinese-sisheng |
89530 | 323 (normal bdf ("sish24-etl.bdf" "etl24-sisheng.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
324 (ipa |
89530 | 325 (normal bdf ("ipa24-etl.bdf" "etl24-ipa.bdf") ipa)) |
326 (viscii | |
327 (normal bdf ("visc24-etl.bdf" "etl24-viscii.bdf"))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
328 (arabic-digit |
89530 | 329 (normal bdf ("arab24-0-etl.bdf" "etl24-arabic0.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
330 (arabic-1-column |
89530 | 331 (normal bdf ("arab24-1-etl.bdf" "etl24-arabic1.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
332 (lao |
89530 | 333 (normal bdf ("lao24-mule.bdf" "mule-lao-24.bdf") ps-mule-encode-lao 1)) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
334 (arabic-2-column |
89530 | 335 (normal bdf ("arab24-2-etl.bdf" "etl24-arabic2.bdf"))) |
336 (devanagari-cdac | |
337 (normal bdf "dvsr0ntt-32.bdf")) | |
338 (malayalam-cdac | |
339 (normal bdf "mlkr0ntt-32.bdf")) | |
340 (tamil-cdac | |
341 (normal bdf "tmvl0ntt-32.bdf")) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
342 (indian-is13194 |
89530 | 343 (normal bdf ("isci24-mule.bdf" "mule-iscii-24.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
344 (indian-1-column |
89530 | 345 (normal bdf ("ind1c24-mule.bdf" "mule-indian-1col-24.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
346 (ethiopic |
89530 | 347 (normal bdf ("ethio24f-uni.bdf" "ethiomx24f-uni.bdf") unicode-bmp)) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
348 (chinese-cns11643-3 |
89530 | 349 (normal bdf ("cns3-40.bdf" "cns-3-40.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
350 (chinese-cns11643-4 |
89530 | 351 (normal bdf ("cns4-40.bdf" "cns-4-40.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
352 (chinese-cns11643-5 |
89530 | 353 (normal bdf ("cns5-40.bdf" "cns-5-40.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
354 (chinese-cns11643-6 |
89530 | 355 (normal bdf ("cns6-40.bdf" "cns-6-40.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
356 (chinese-cns11643-7 |
89530 | 357 (normal bdf ("cns7-40.bdf" "cns-7-40.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
358 (indian-2-column |
89530 | 359 (normal bdf ("ind24-mule.bdf" "mule-indian-24.bdf"))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
360 (tibetan |
89530 | 361 (normal bdf ("tib24p-mule.bdf" "tib24-mule.bdf" "mule-tibmdx-24.bdf"))) |
362 (unicode-bmp | |
363 (normal bdf "etl24-unicode.bdf")) | |
364 ) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
365 "Sample setting of the `ps-mule-font-info-database' to use BDF fonts. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
366 BDF (Bitmap Distribution Format) is a format used for distributing X's font |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
367 source file. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
368 |
45334
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
369 Current default value list for BDF fonts is included in `intlfonts-1.2' |
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
370 which is a collection of X11 fonts for all characters supported by Emacs. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
371 |
45334
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
372 Using this list as default value to `ps-mule-font-info-database', all |
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
373 characters including ASCII and Latin-1 are printed by BDF fonts. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
374 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
375 See also `ps-mule-font-info-database-ps-bdf'.") |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
376 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
377 (defconst ps-mule-font-info-database-ps-bdf |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
378 (cons (car ps-mule-font-info-database-latin) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
379 (cdr (cdr ps-mule-font-info-database-bdf))) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
380 "Sample setting of the `ps-mule-font-info-database' to use BDF fonts. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
381 |
45334
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
382 Current default value list for BDF fonts is included in `intlfonts-1.2' |
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
383 which is a collection of X11 fonts for all characters supported by Emacs. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
384 |
45334
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
385 Using this list as default value to `ps-mule-font-info-database', all |
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
386 characters except ASCII and Latin-1 characters are printed with BDF fonts. |
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
387 ASCII and Latin-1 characters are printed with PostScript font specified |
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
388 by `ps-font-family' and `ps-header-font-family'. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
389 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
390 See also `ps-mule-font-info-database-bdf'.") |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
391 |
89530 | 392 (defvar ps-mule-font-spec-list nil |
393 "Array of FONT-SPEC lists for each font type. | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
394 |
89530 | 395 Elements are for `normal' font, `bold' font, `italic' font, and |
396 `bold-italic' font in this order. | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
397 |
89530 | 398 Each element is a list of FONT-SPEC which has this form: |
399 | |
400 (ID CHARSET (FONT-SRC FONT-NAME ENCODING) EXTRA-DATA) | |
401 | |
402 Where | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
403 |
89530 | 404 ID is a number for this FONT-SPEC and is unique in the list. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
405 |
89530 | 406 CHARSET, FONT-SRC, FONT-NAME, ENCODING are the same as those in |
407 `ps-mule-font-info-database' (which see). | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
408 |
89530 | 409 EXTRA-DATA is a data attached by external libraries. |
45334
695ae1bd8fa4
(eval-and-compile): Add a trivial replacement for a
Eli Zaretskii <eliz@gnu.org>
parents:
39353
diff
changeset
|
410 |
89530 | 411 Each list is ordered by the current charset priorities. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
412 |
89530 | 413 This variable is setup by `ps-mule-begin-job' from |
414 `ps-mule-font-info-database'.") | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
415 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
416 ;; Functions to access each element of FONT-SPEC. |
89530 | 417 (defsubst ps-mule-font-spec-id (font-spec) (aref font-spec 0)) |
418 (defsubst ps-mule-font-spec-charset (font-spec) (aref font-spec 1)) | |
419 (defsubst ps-mule-font-spec-font-id (font-spec) (aref font-spec 2)) | |
420 (defsubst ps-mule-font-spec-src (font-spec) (aref font-spec 3)) | |
421 (defsubst ps-mule-font-spec-name (font-spec) (aref font-spec 4)) | |
422 (defsubst ps-mule-font-spec-set-name (font-spec name) | |
423 (aset font-spec 4 name)) | |
424 (defsubst ps-mule-font-spec-encoding (font-spec) (aref font-spec 5)) | |
425 (defsubst ps-mule-font-spec-bytes (font-spec) (aref font-spec 6)) | |
426 (defsubst ps-mule-font-spec-extra (font-spec) (aref font-spec 7)) | |
427 (defsubst ps-mule-font-spec-set-extra (font-spec extra) | |
428 (aset font-spec 7 extra)) | |
429 | |
430 ;; Functions to encode character into glyph code. | |
431 (defun ps-mule-encode-lao (char) | |
432 (- char #x0DE0)) | |
433 | |
434 (defun ps-mule-encode-char (char font-spec) | |
435 (let ((encoding (ps-mule-font-spec-encoding font-spec))) | |
436 (cond ((charsetp encoding) | |
437 (encode-char char encoding)) | |
438 ((fboundp encoding) | |
439 (funcall encoding char)) | |
440 (t | |
441 char)))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
442 |
89530 | 443 ;; Array of FONT-SPEC-TABLEs; Nth element is for FONT-TYPE N. |
444 ;; | |
445 ;; FONT-TYPE is 0, 1, 2, or 3 representing normal, bold, italic, and | |
446 ;; bold-italic respectively. | |
447 ;; | |
448 ;; FONT-SPEC-TABLE is a char-table of FONT-SPECs. It records which | |
449 ;; character is printed by which FONT-SPEC. It has one extra slot | |
450 ;; whose value is an alist of the form: | |
451 ;; (CHARSET . FONT-SPEC) | |
452 ;; FONT-SPEC is a vecotr of the form: | |
453 ;; (ID FONT-SRC FONT-NAME ENCODING EXTRA) | |
454 (defvar ps-mule-font-spec-tables nil) | |
455 | |
456 ;; Array of FONT-TYPEs; Nth element FONT-NUMBER N. | |
457 ;; | |
458 ;; FONT-NUMBER is 0, 1, 2, 3, 4, 5, 6 representing fonts f0, f1, f2, | |
459 ;; f3, h0, h1, and H0. | |
460 (defconst ps-mule-font-number-to-type [ 0 1 2 3 1 0 0 ]) | |
461 | |
462 (defsubst ps-mule-get-font-spec (char font-spec-table font-spec) | |
463 "Return a font spec for printing CHAR with FONT-SPEC-TABLE. | |
464 | |
465 FONT-SPEC, if non-nil, is a font spec to try at first. | |
466 | |
467 See the documentation of `ps-mule-font-spec-tables' for the | |
468 format of font spec." | |
469 | |
470 (or (aref font-spec-table char) | |
471 (aset font-spec-table char | |
472 (or (and (< char 256) | |
473 (cdr (car (char-table-extra-slot font-spec-table 0)))) | |
474 (and font-spec | |
475 (encode-char char (ps-mule-font-spec-charset font-spec)) | |
476 font-spec) | |
477 (catch 'tag | |
478 (dolist (elt (char-table-extra-slot font-spec-table 0)) | |
479 (and (encode-char char (car elt)) | |
480 (throw 'tag (cdr elt))))) | |
481 ;; Record that no font-spec exist for CHAR. | |
482 t)))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
483 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
484 (defconst ps-mule-external-libraries |
89530 | 485 '((builtin nil nil nil nil nil nil) |
486 (bdf ps-bdf nil bdf-generate-prologue | |
487 bdf-check-font bdf-generate-font bdf-generate-glyph) | |
488 (pcf nil nil pcf-generate-prologue | |
489 pcf-check-font pcf-generate-font pcf-generate-glyph) | |
490 (vflib nil nil vflib-generate-prologue | |
491 vflib-check-font vflib-generate-font vflib-generate-glyphs)) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
492 "Alist of information of external libraries to support PostScript printing. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
493 Each element has the form: |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
494 |
89530 | 495 (FONT-SRC FEATURE INITIALIZED-P |
496 PROLOGUE-FUNC CHECK-FUNC FONT-FUNC GLYPH-FUNC) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
497 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
498 FONT-SRC is the font source: builtin, bdf, pcf, or vflib. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
499 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
500 FEATURE is the feature that provide a facility to handle FONT-SRC. Except for |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
501 `builtin' FONT-SRC, this feature is automatically `require'd before handling |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
502 FONT-SRC. Currently, we only have the feature `ps-bdf'. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
503 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
504 INITIALIZED-P indicates if this library is initialized or not. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
505 |
89530 | 506 PROLOGUE-FUNC is a function to generate PostScript code which |
507 define several PostScript procedures that will be called by | |
508 FONT-FUNC and GLYPHS-FUNC. It is called with no argument, and | |
509 should return a list of strings. | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
510 |
89530 | 511 CHECK-FUNC is a function to check if a font is available or not. |
512 It is called with one argument FONT-SPEC, and should return | |
513 non-nil iff the font specified in FONT-SPEC is available. | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
514 |
89530 | 515 FONT-FUNC is a function to generate PostScript code which define |
516 a new font. It is called with one argument FONT-SPEC, and should | |
517 return a list of strings. | |
518 | |
519 GLYPH-FUNC is a function to generate PostScript code which define a glyph of | |
520 characters. It is called with two arguments FONT-SPEC and CODE, | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
521 and should return a list of strings.") |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
522 |
89530 | 523 (defsubst ps-mule-exlib-feature (exlib) (nth 1 exlib)) |
524 (defsubst ps-mule-exlib-initialized-p (exlib) (nth 2 exlib)) | |
525 (defsubst ps-mule-exlib-set-initialized-p (exlib val) | |
526 (setcar (nthcdr 2 exlib) val)) | |
527 (defsubst ps-mule-exlib-prologue (exlib) (nth 3 exlib)) | |
528 (defsubst ps-mule-exlib-check (exlib) (nth 4 exlib)) | |
529 (defsubst ps-mule-exlib-font (exlib) (nth 5 exlib)) | |
530 (defsubst ps-mule-exlib-glyph (exlib) (nth 6 exlib)) | |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
531 |
89530 | 532 (defun ps-mule-init-external-library (exlib) |
533 "Initialize external library specified by EXLIB for PostScript printing. | |
534 See the documentation of `ps-mule-external-libraries' for EXLIB's meaning." | |
535 (or (ps-mule-exlib-initialized-p exlib) | |
536 (let ((prologue-func (ps-mule-exlib-prologue exlib))) | |
537 (if prologue-func | |
538 (let ((feature (ps-mule-exlib-feature exlib))) | |
539 (if feature | |
540 (require feature)) | |
541 (ps-output-prologue (funcall prologue-func)))) | |
542 (ps-mule-exlib-set-initialized-p exlib t)))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
543 |
89530 | 544 (defvar ps-mule-output-list nil) |
545 | |
546 (defun ps-mule-check-font (font-spec) | |
547 "Check if a font specified in FONT-SPEC is available or not." | |
548 (let ((font-src (ps-mule-font-spec-src font-spec))) | |
549 (or (not font-src) | |
550 (let ((exlib (assq font-src ps-mule-external-libraries))) | |
551 (ps-mule-init-external-library exlib) | |
552 (or (not (ps-mule-exlib-check exlib)) | |
553 (funcall (ps-mule-exlib-check exlib) font-spec)))))) | |
554 | |
555 (defun ps-mule-prepare-font (font-spec) | |
556 "Generate PostScript codes defining a new font of FONT-TYPE for CHARSET." | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
557 (let* ((font-src (ps-mule-font-spec-src font-spec)) |
89530 | 558 (exlib (assq font-src ps-mule-external-libraries)) |
559 (id (ps-mule-font-spec-id font-spec)) | |
560 (ftag (format "%02X" id)) | |
561 (font-func (ps-mule-exlib-font exlib)) | |
562 output-list) | |
563 (if font-func | |
564 (setq output-list (funcall font-func font-spec)) | |
565 (setq output-list | |
566 (format "/F%s /%s findfont def\n" | |
567 ftag (or (ps-mule-font-spec-name font-spec) "Courier"))) | |
568 (ps-mule-font-spec-set-extra font-spec t)) | |
569 (and output-list | |
570 (nconc ps-mule-output-list (list output-list))))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
571 |
89530 | 572 (defun ps-mule-prepare-glyph (char font-spec) |
573 "Generate PostScript codes to print CHAR by FONT-SPEC. | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
574 |
89530 | 575 If CHAR is a cons (FROM TO), generate codes for characters |
576 specified by the character code range FROM and TO. | |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
577 |
89530 | 578 The generated code is inserted on prologue part." |
579 (if (vectorp font-spec) | |
580 (progn | |
581 (or (ps-mule-font-spec-extra font-spec) | |
582 (ps-mule-prepare-font font-spec)) | |
583 (let ((glyph-func (ps-mule-exlib-glyph | |
584 (assq (ps-mule-font-spec-src font-spec) | |
585 ps-mule-external-libraries)))) | |
586 (if glyph-func | |
587 (let (from to output-list) | |
588 (if (consp char) | |
589 (setq from (car char) to (cdr char)) | |
590 (setq from char to char)) | |
591 (while (<= from to) | |
592 (setq output-list | |
593 (funcall glyph-func font-spec from)) | |
594 (and output-list | |
595 (ps-output-prologue output-list)) | |
596 (setq from (1+ from))))))))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
597 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
598 ;; This is a PostScript code inserted in the header of generated PostScript. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
599 (defconst ps-mule-prologue |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
600 "%%%% Start of Mule Section |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
601 |
89534 | 602 /Latin1Encoding { % newname fontname | font |
603 findfont dup length dict begin | |
604 { 1 index /FID ne { def } { pop pop } ifelse } forall | |
605 /Encoding ISOLatin1Encoding def | |
606 currentdict | |
607 end | |
608 definefont | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
609 } bind def |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
610 |
89530 | 611 %% Redefine fonts for multiple charsets. |
612 /ReDefFont { % fontname encoding fdepvector size | - | |
613 20 dict begin | |
614 3 index findfont { | |
615 1 index /FID ne 2 index /UniqueID ne and {def} {pop pop} ifelse | |
616 } forall | |
617 /FontType 0 def | |
618 /FMapType 3 def | |
619 /EscChar 0 def | |
620 % FontMatrix ::= [ size 0 0 size 0 0 ] | |
621 /FontMatrix exch [ exch dup 0 exch 0 exch 0 0 ] def | |
622 /FDepVector exch def | |
623 /Encoding exch def | |
624 currentdict | |
625 end % fontname dic | |
626 definefont pop | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
627 } bind def |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
628 " |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
629 "PostScript code for printing multi-byte characters.") |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
630 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
631 (defvar ps-mule-prologue-generated nil) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
632 |
89530 | 633 ;; EscChar used in generated composite fonts. |
634 (defconst ps-mule-esc-char 0) | |
635 | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
636 (defun ps-mule-prologue-generated () |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
637 (unless ps-mule-prologue-generated |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
638 (ps-output-prologue ps-mule-prologue) |
89530 | 639 (ps-output-prologue (format "/EscChar %d def\n" ps-mule-esc-char)) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
640 (setq ps-mule-prologue-generated t))) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
641 |
89530 | 642 (defsubst ps-mule-eight-bit-char (byte) |
643 (if (< byte 128) | |
644 byte | |
645 (decode-char 'eight-bit byte))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
646 |
89530 | 647 (defun ps-mule-encode-region (from to font-spec-table) |
648 "Generate PostScript code for plotting characters in the region FROM and TO. | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
649 |
89530 | 650 FONT-NUM is 0, 1, 2, 3, 4, 5, or 6, each represents font tags |
651 f0, f1, f2, f3, h0, h1, and H0 respectively." | |
652 (let* ((font-spec nil) | |
653 (font-id 0) | |
654 (string-list nil) | |
655 ;; At most 4-byte (EscChar FONT-ID CODE1 CODE2) per character. | |
656 (str (make-string (* (- to from) 4) 0)) | |
657 (i 0)) | |
658 (goto-char from) | |
659 (while (< (point) to) | |
660 (let* ((char (following-char)) | |
661 (this-spec (ps-mule-get-font-spec char font-spec-table font-spec)) | |
662 this-id) | |
663 (if (vectorp this-spec) | |
664 (setq this-id (ps-mule-font-spec-font-id this-spec)) | |
665 ;; Can't print CHAR. Replace it with '?'. | |
666 (setq char ?? | |
667 this-spec (ps-mule-get-font-spec char font-spec-table nil) | |
668 this-id (ps-mule-font-spec-font-id this-spec))) | |
669 (or (= font-id this-id) | |
670 (progn | |
671 (if font-spec | |
672 (setq string-list (cons (substring str 0 i) string-list) | |
673 i 0)) | |
674 (setq font-id this-id) | |
675 (or (= font-id 0) | |
676 (progn | |
677 (aset str i ps-mule-esc-char) | |
678 (setq i (1+ i)) | |
679 (aset str i font-id) | |
680 (setq i (1+ i)))))) | |
681 (setq font-spec this-spec) | |
682 (if (< char 128) | |
683 (aset str i char) | |
684 (let* ((code (ps-mule-encode-char char font-spec))) | |
685 (if (= (ps-mule-font-spec-bytes font-spec) 1) | |
686 (aset str i (ps-mule-eight-bit-char code)) | |
687 (aset str i (ps-mule-eight-bit-char (/ code 256))) | |
688 (setq i (1+ i)) | |
689 (aset str i (ps-mule-eight-bit-char (% code 256)))))) | |
690 (setq i (1+ i)) | |
691 (forward-char 1))) | |
692 (nreverse (cons (substring str 0 i) string-list)))) | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
693 |
89530 | 694 (defun ps-mule-plot-composition (composition font-spec-table) |
695 "Generate PostScript code for plotting COMPOSITION with FONT-NUM." | |
696 (ps-output "[") | |
697 (let ((components (copy-sequence (nth 2 composition))) | |
698 (font-spec nil)) | |
699 (dotimes (i (length components)) | |
700 (let ((elt (aref components i)) | |
701 this-spec) | |
702 (if (consp elt) | |
703 ;; ELT is a composition rule. | |
704 (ps-output (format " %d" (encode-composition-rule elt))) | |
705 ;; ELT is a glyph character. | |
706 (setq this-spec | |
707 (ps-mule-get-font-spec elt font-spec-table font-spec)) | |
708 (or (vectorp this-spec) | |
709 ;; Can't print CHAR. Replace it with '?'. | |
710 (setq elt ?? | |
711 this-spec | |
712 (ps-mule-get-font-spec elt font-spec-table font-spec))) | |
713 (setq font-spec this-spec) | |
714 (let* ((bytes (ps-mule-font-spec-bytes font-spec)) | |
715 (code (ps-mule-encode-char elt font-spec)) | |
716 (font-id (ps-mule-font-spec-font-id font-spec)) | |
717 (str (make-string (if (= font-id 0) 1 (+ 2 bytes)) 0))) | |
718 (if (= font-id 0) | |
719 (aset str 0 (ps-mule-eight-bit-char code)) | |
720 (aset str 0 ps-mule-esc-char) | |
721 (aset str 1 (ps-mule-eight-bit-char font-id)) | |
722 (if (= bytes 1) | |
723 (aset str 2 (ps-mule-eight-bit-char code)) | |
724 (aset str 2 (ps-mule-eight-bit-char (/ code 256))) | |
725 (aset str 3 (ps-mule-eight-bit-char (% code 256))))) | |
726 (ps-output "[") | |
727 (ps-output-string str) | |
728 (ps-output (if (eq (ps-mule-font-spec-src font-spec) 'bdf) | |
729 (format "/C%02X-%X" (ps-mule-font-spec-id font-spec) | |
730 elt) | |
731 "false")) | |
732 (ps-output "]")))))) | |
733 (ps-output " ] " (if (nth 3 composition) "RLC" "RBC") "\n")) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
734 |
89530 | 735 (defun ps-mule-plot-string (from to &optional bg-color) |
736 "Generate PostScript code for plotting characters in the region FROM and TO. | |
737 | |
738 Optional argument BG-COLOR is ignored. | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
739 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
740 Returns the value: |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
741 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
742 (ENDPOS . RUN-WIDTH) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
743 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
744 Where ENDPOS is the end position of the sequence and RUN-WIDTH is the width of |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
745 the sequence." |
89530 | 746 (let* ((average-width (ps-avg-char-width 'ps-font-for-text)) |
747 (point (point)) | |
748 (composition (find-composition from to nil t)) | |
749 (stop (if composition (car composition) to)) | |
750 (ascii-or-latin-1 "[\000-\377]+") | |
751 (run-width 0) | |
752 (endpos nil) | |
753 (font-spec-table (aref ps-mule-font-spec-tables | |
754 (aref ps-mule-font-number-to-type | |
755 ps-current-font))) | |
756 width) | |
757 (goto-char from) | |
758 (while (not endpos) | |
759 (cond ((= (point) stop) | |
760 (if (= stop to) | |
761 (setq endpos stop) | |
762 (if (< from stop) | |
763 (dolist (l (ps-mule-encode-region from (point) | |
764 font-spec-table)) | |
765 (ps-output-string l) | |
766 (ps-output " S\n"))) | |
767 (setq width (* (nth 5 composition) average-width)) | |
768 (if (< ps-width-remaining (+ run-width width)) | |
769 (setq endpos stop) | |
770 (ps-mule-plot-composition composition font-spec-table) | |
771 (setq run-width (+ run-width width) | |
772 from (nth 1 composition)) | |
773 (goto-char from) | |
774 (setq composition (find-composition (point) to nil t)) | |
775 (setq stop (if composition (car composition) to))))) | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
776 |
89530 | 777 ((looking-at ascii-or-latin-1) |
778 (let ((nchars (- (min (match-end 0) stop) (point)))) | |
779 (setq width (* average-width nchars)) | |
780 (if (< ps-width-remaining (+ run-width width)) | |
781 (setq nchars (truncate (- ps-width-remaining run-width) | |
782 average-width) | |
783 run-width (+ run-width (* nchars average-width)) | |
784 endpos (+ (point) nchars)) | |
785 (setq run-width (+ run-width width)) | |
786 (forward-char nchars)))) | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
787 |
89530 | 788 (t |
789 (while (and (< (point) stop) (not endpos)) | |
790 (setq width (char-width (following-char))) | |
791 (if (< ps-width-remaining (+ run-width width)) | |
792 (setq endpos (point)) | |
793 (setq run-width (+ run-width width)) | |
794 (forward-char 1)))))) | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
795 |
89530 | 796 (if (< from endpos) |
797 (dolist (l (ps-mule-encode-region from endpos font-spec-table)) | |
798 (ps-output-string l) | |
799 (ps-output " S\n"))) | |
800 (goto-char point) | |
801 (cons endpos run-width))) | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
802 |
89530 | 803 ;; Character composition support |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
804 |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
805 (defvar ps-mule-composition-prologue-generated nil) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
806 |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
807 (defconst ps-mule-composition-prologue |
89530 | 808 "%%%% Procedures for character composition. |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
809 /RelativeCompositionSkip 0.4 def |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
810 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
811 %% Get a bounding box (relative to currentpoint) of STR. |
89530 | 812 /GetPathBox { % [ str cname ] | - |
813 dup 1 get dup false ne { | |
814 BitmapDict exch get /bmp exch def | |
815 %% bmp ::= [ DWIDTH WIDTH HEIGHT XOFF YOFF BITMAP RELATIVE-COMPOSE] | |
816 /LLY bmp 4 get def | |
817 /URY LLY bmp 2 get add def | |
818 /RelativeCompose bmp 6 get dup false ne { | |
819 dup LLY le { pop 1 } { URY ge { -1 } { 0 } ifelse } ifelse | |
820 } { | |
821 pop 0 | |
822 } ifelse def | |
823 dup 0 get stringwidth pop dup /WIDTH exch def bmp 0 get div | |
824 dup LLY mul /LLY exch def | |
825 URY mul /URY exch def | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
826 } { |
89530 | 827 pop |
828 dup 0 get stringwidth pop /WIDTH exch def | |
829 gsave 0 0 moveto | |
830 dup 0 get false charpath flattenpath pathbbox | |
831 /URY exch def pop /LLY exch def pop | |
832 grestore | |
833 /RelativeCompose 0 def | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
834 } ifelse |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
835 } bind def |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
836 |
89530 | 837 %% Apply effects except for shadow and outline to the rectangle |
838 %% specified by TOP BOTTOM LEFT RIGHT. | |
839 /SpecialEffect { % -- | -- | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
840 currentpoint dup TOP add /yy exch def BOTTOM add /YY exch def |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
841 dup LEFT add /xx exch def RIGHT add /XX exch def |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
842 %% Adjust positions for future shadowing. |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
843 Effect 8 and 0 ne { |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
844 /yy yy Yshadow add def |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
845 /XX XX Xshadow add def |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
846 } if |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
847 Effect 1 and 0 ne { UnderlinePosition Hline } if % underline |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
848 Effect 2 and 0 ne { StrikeoutPosition Hline } if % strikeout |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
849 Effect 4 and 0 ne { OverlinePosition Hline } if % overline |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
850 bg { % background |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
851 true |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
852 Effect 16 and 0 ne {SpaceBackground doBox} { xx yy XX YY doRect} ifelse |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
853 } if |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
854 Effect 16 and 0 ne { false 0 doBox } if % box |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
855 } def |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
856 |
89530 | 857 %% Draw COMPONENTS which has the form [ [str0 xoff0 yoff0] ... ] with |
858 %% effects shadow and outline. | |
859 /ShowComponents { % components | - | |
860 gsave | |
861 { gsave aload pop rmoveto | |
862 Effect 8 and 0 ne { dup doShadow } if | |
863 Effect 32 and 0 ne { true doOutline } { show } ifelse | |
864 grestore | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
865 } forall |
89530 | 866 grestore |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
867 RIGHT 0 rmoveto |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
868 } def |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
869 |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
870 %% Show relative composition. |
89530 | 871 /RLC { % [[str0 cname0] [str1 cname1] ... [strN cnameN]] | - |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
872 /components exch def |
89530 | 873 [ % push [str xoff yoff] one by one |
874 [ components 0 get GetPathBox aload pop pop 0 0 ] | |
875 %% Bounding box of overall glyphs. | |
876 /LEFT 0 def | |
877 /RIGHT WIDTH def | |
878 /TOP URY def | |
879 /BOTTOM LLY def | |
880 | |
881 1 1 components length 1 sub { | |
882 components exch get | |
883 [ exch | |
884 GetPathBox | |
885 aload pop pop % str | |
886 0 % xoff | |
887 RelativeCompose 1 eq { % compose on TOP | |
888 TOP LLY sub RelativeCompositionSkip add % yoff | |
889 /TOP TOP URY LLY sub add RelativeCompositionSkip add def | |
890 } { RelativeCompose -1 eq { % compose under BOTTOM | |
891 BOTTOM URY sub RelativeCompositionSkip sub % yoff | |
892 /BOTTOM BOTTOM URY LLY sub sub | |
893 RelativeCompositionSkip sub def | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
894 } { |
89530 | 895 0 % yoff |
896 URY TOP gt { /TOP URY def } if | |
897 LLY BOTTOM lt { /BOTTOM LLY def } if | |
898 } ifelse } ifelse | |
899 ] | |
900 } for | |
901 ] | |
902 SpecialEffect % Reflect special effects. | |
903 ShowComponents % Draw components. | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
904 } def |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
905 |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
906 %% Show rule-base composition. |
89530 | 907 /RBC { % [[str0 cname0] rule1 [str1 cname0] rule2 ... [strN cnameN]] | - |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
908 /components exch def |
89530 | 909 [ % push [str xoff yoff] one by one |
910 [ components 0 get GetPathBox aload pop pop 0 0 ] | |
911 %% Bounding box of overall glyphs. | |
912 /LEFT 0 def | |
913 /RIGHT WIDTH def | |
914 /TOP URY def | |
915 /BOTTOM LLY def | |
916 1 1 components length 1 sub { | |
917 components exch get /elt exch def | |
918 elt type /integertype eq { % rule | |
919 %% Do the same RULE decoding as the macro | |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
920 %% COMPOSITION_DECODE_RULE in emacs/src/composite.h. |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
921 elt 12 idiv dup 3 mod /grefx exch def 3 idiv /grefy exch def |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
922 elt 12 mod dup 3 mod /nrefx exch def 3 idiv /nrefy exch def |
89530 | 923 } { % other strings |
924 [ | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
925 elt GetPathBox |
89530 | 926 aload pop pop |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
927 /height URY LLY sub def |
89530 | 928 /left LEFT [ 0 RIGHT LEFT sub dup 2 div exch ] grefx get add |
929 [ 0 WIDTH 2 div WIDTH ] nrefx get sub def | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
930 /bottom [ TOP 0 BOTTOM TOP BOTTOM add 2 div ] grefy get |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
931 [ height LLY neg 0 height 2 div ] nrefy get sub def |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
932 %% Update bounding box |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
933 left LEFT lt { /LEFT left def } if |
89530 | 934 left WIDTH add RIGHT gt { /RIGHT left WIDTH add def } if |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
935 bottom BOTTOM lt { /BOTTOM bottom def } if |
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
936 bottom height add TOP gt { /TOP bottom height add def } if |
89530 | 937 left bottom LLY sub ] |
938 } ifelse | |
939 } for | |
940 ] | |
38855
db1312628833
(find-composition): Check if (char-after POS)
Gerd Moellmann <gerd@gnu.org>
parents:
38816
diff
changeset
|
941 |
89530 | 942 LEFT 0 lt { % Adjust xoff to the right. |
943 dup { dup 1 get LEFT sub 1 exch put } forall | |
944 /RIGHT RIGHT LEFT sub def | |
945 } if | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
946 |
89530 | 947 SpecialEffect % Reflect special effects. |
948 ShowComponents % Draw components. | |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
949 } def |
89530 | 950 %%%% End of procedures for character composition |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
951 " |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
952 "PostScript code for printing character composition.") |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
953 |
89530 | 954 (defun ps-mule-composition-prologue-generated () |
955 (unless ps-mule-composition-prologue-generated | |
956 (ps-mule-prologue-generated) | |
957 (ps-output-prologue ps-mule-composition-prologue) | |
958 (setq ps-mule-composition-prologue-generated t))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
959 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
960 ;; Bitmap font support |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
961 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
962 (defvar ps-mule-bitmap-prologue-generated nil) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
963 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
964 (defconst ps-mule-bitmap-prologue |
89530 | 965 "%%%% Procedures for bitmap fonts. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
966 |
89530 | 967 %% Create a base bitmap font. |
968 /NBF { % fontname fontsize relative-compose baseline-offset enc | -- | |
969 11 dict begin | |
970 /FontType 3 def | |
971 /FontMatrix matrix def | |
972 /FontBBox [ 0 0 0 0 ] def | |
973 /Encoding exch def | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
974 /BaselineOffset exch def |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
975 /RelativeCompose exch def |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
976 /FontSize exch def |
89530 | 977 /FontMatrix [ 1 FontSize div 0 0 1 FontSize div 0 0 ] def |
978 /BuildGlyph { % fontdict charname | - | |
979 BitmapDict exch get /bmp exch def pop | |
980 %% bmp ::= [ DWIDTH WIDTH HEIGHT XOFF YOFF BITMAP RELATIVE-COMPOSE ] | |
981 /llx bmp 3 get def | |
982 /lly bmp 4 get def | |
983 /urx llx bmp 1 get add def | |
984 /ury lly bmp 2 get add def | |
985 bmp 0 get 0 llx lly urx ury setcachedevice | |
986 bmp 5 get length 0 gt { | |
987 llx ury translate | |
988 bmp 1 get bmp 2 get | |
989 true [ 1 0 0 -1 0 0 ] { bmp 5 get } imagemask | |
990 } if | |
991 } bind def | |
992 /BuildChar { % fontdict byte | - | |
993 1 index /Encoding get exch get | |
994 1 index /BuildGlyph get exec | |
995 } bind def | |
996 dup currentdict end | |
997 definefont def | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
998 } bind def |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
999 |
89530 | 1000 %% Create a parent font of 8/8 mapping. |
1001 /NPF { % fontname encoding fdepvector | - | |
1002 8 dict begin | |
1003 /FontType 0 def | |
1004 /FMapType 2 def | |
1005 /FontMatrix matrix def | |
1006 /FDepVector exch def | |
1007 /Encoding exch def | |
1008 dup currentdict | |
1009 end | |
1010 definefont def | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1011 } bind def |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1012 |
89530 | 1013 %%%% End of procedures for bitmap fonts. |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1014 ") |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1015 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1016 ;; External library support. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1017 |
89530 | 1018 (defvar ps-mule-bitmap-dict-list nil) |
89532 | 1019 (defvar ps-mule-bitmap-font-record nil) |
89530 | 1020 |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1021 ;; The following three functions are to be called from external |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1022 ;; libraries which support bitmap fonts (e.g. `bdf') to get |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1023 ;; appropriate PostScript code. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1024 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1025 (defun ps-mule-generate-bitmap-prologue () |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1026 (unless ps-mule-bitmap-prologue-generated |
89530 | 1027 (setq ps-mule-bitmap-prologue-generated t |
1028 ps-mule-bitmap-dict-list nil | |
1029 ps-mule-bitmap-font-record (make-vector 1024 nil)) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1030 (list ps-mule-bitmap-prologue))) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1031 |
89530 | 1032 (defun ps-mule-generate-bitmap-font (font-spec size relative-compose |
1033 baselie-offset bbx) | |
1034 (let* ((id (ps-mule-font-spec-id font-spec)) | |
1035 (bytes (ps-mule-font-spec-bytes font-spec)) | |
1036 output-list) | |
1037 (if (= bytes 1) | |
1038 (setq output-list | |
1039 (list (format "/E%02X [ 0 1 255 {pop /.notdef} for ] def\n" id) | |
1040 (format "%%%% %s\n" (ps-mule-font-spec-name font-spec)) | |
1041 (format "/F%02X %f %S %d E%02X NBF\n" id size | |
1042 relative-compose baselie-offset id))) | |
1043 (setq output-list | |
1044 (list (list (format "/E%02X [ 0 1 255 { pop 0 } for ] def\n" id)) | |
1045 (list (format "/V%02X [" id)) | |
1046 " ] def\n" | |
1047 (format "%%%% %s\n" (ps-mule-font-spec-name font-spec)) | |
1048 (format "/F%02X E%02X V%02X NPF\n" id id id)))) | |
1049 (aset ps-mule-bitmap-font-record id | |
1050 (vector (= bytes 1) output-list | |
1051 size relative-compose baselie-offset bbx)) | |
1052 (if ps-mule-bitmap-dict-list | |
1053 output-list | |
1054 (setq ps-mule-bitmap-dict-list (list "/BitmapDict <<\n" ">> def\n")) | |
1055 (cons ps-mule-bitmap-dict-list output-list)))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1056 |
89530 | 1057 (defun ps-mule-generate-bitmap-glyph (font-spec char code bitmap) |
1058 (let* ((id (ps-mule-font-spec-id font-spec)) | |
1059 ;; FONT-RECORD ::= ([(SUBFONT-OUTPUT-LIST ...) | t] | |
1060 ;; BASEFONT-OUTPUT-LIST SIZE REL-COMP B-OFFSET BBX) | |
1061 (font-record (aref ps-mule-bitmap-font-record id)) | |
1062 enc-name | |
1063 output-list) | |
1064 (if (listp (aref font-record 0)) | |
1065 ;; This is a 2-dimensional font. Create a subfont for this | |
1066 ;; glyph if not yet created. | |
1067 (let* ((high (/ code 256)) | |
1068 (id2 (+ (* id 256) high))) | |
1069 (setq output-list (cdr (assq high (aref font-record 0))) | |
1070 code (% code 256)) | |
1071 (or output-list | |
1072 ;; We must create a subfont. | |
1073 (let ((enc-list (car (aref font-record 1))) | |
1074 (fdep-list (nth 1 (aref font-record 1)))) | |
1075 (setq output-list | |
1076 (list | |
1077 (format "/E%04X [ 0 1 255 {pop /.notdef} for ] def\n" | |
1078 id2) | |
1079 (format "/F%04X %f %S %d E%04X NBF\n" | |
1080 id2 (aref font-record 2) (aref font-record 3) | |
1081 (aref font-record 4) id2) | |
1082 (format "E%02X %d %d put\n" | |
1083 id high (1- (length fdep-list))))) | |
1084 (nconc enc-list (list output-list)) | |
1085 (nconc fdep-list (list (format " F%04X" id2))) | |
1086 (aset font-record 0 | |
1087 (cons (cons high output-list) (aref font-record 0))))) | |
1088 (setq enc-name (format "%04X" id2))) | |
1089 (setq output-list (aref font-record 1) | |
1090 enc-name (format "%02X" id))) | |
1091 (setcdr ps-mule-bitmap-dict-list | |
1092 (cons (format "/C%02X-%X %s\n" id char bitmap) | |
1093 (cdr ps-mule-bitmap-dict-list))) | |
1094 (setcdr output-list | |
1095 (cons (format "E%s %d /C%02X-%X put\n" enc-name code id char) | |
1096 (cdr output-list)))) | |
1097 nil) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1098 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1099 ;; Mule specific initializers. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1100 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1101 ;;;###autoload |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1102 (defun ps-mule-initialize () |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1103 "Initialize global data for printing multi-byte characters." |
89530 | 1104 (setq ps-mule-prologue-generated nil |
26882
5b331ff3b477
Define encode-composition-rule and find-composition
Kenichi Handa <handa@m17n.org>
parents:
26512
diff
changeset
|
1105 ps-mule-composition-prologue-generated nil |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1106 ps-mule-bitmap-prologue-generated nil) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1107 (mapcar `(lambda (x) (setcar (nthcdr 2 x) nil)) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1108 ps-mule-external-libraries)) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1109 |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
1110 (defun ps-mule-encode-header-string (string fonttag) |
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
1111 "Generate PostScript code for ploting STRING by font FONTTAG. |
89530 | 1112 FONTTAG should be a string \"/h0\", \"/h1\", \"/L0\", or \"/H0\"." |
1113 (with-temp-buffer | |
1114 (insert string) | |
1115 (ps-mule-encode-region (point-min) (point-max) | |
1116 (aref ps-mule-font-spec-tables | |
1117 (aref ps-mule-font-number-to-type | |
1118 (cond ((string= fonttag "/h0") 4) | |
1119 ((string= fonttag "/h1") 5) | |
1120 ((string= fonttag "/L0") 6) | |
1121 (t 0))))))) | |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
1122 |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1123 ;;;###autoload |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1124 (defun ps-mule-begin-job (from to) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1125 "Start printing job for multi-byte chars between FROM and TO. |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1126 This checks if all multi-byte characters in the region are printable or not." |
89530 | 1127 (auto-compose-region from to) |
1128 (if (and (not (find-composition from to)) | |
1129 (save-excursion | |
1130 (goto-char from) | |
1131 (= (skip-chars-forward "\x00-\xFF" to) to))) | |
1132 ;; All characters can be printed by normal PostScript fonts. | |
1133 (setq ps-basic-plot-string-function 'ps-basic-plot-string | |
1134 ps-encode-header-string-function 'identity) | |
1135 (setq ps-basic-plot-string-function 'ps-mule-plot-string | |
1136 ps-encode-header-string-function 'ps-mule-encode-header-string | |
1137 ps-mule-font-info-database | |
1138 (cond ((eq ps-multibyte-buffer 'non-latin-printer) | |
1139 ps-mule-font-info-database-ps) | |
1140 ((eq ps-multibyte-buffer 'bdf-font) | |
1141 ps-mule-font-info-database-bdf) | |
1142 ((eq ps-multibyte-buffer 'bdf-font-except-latin) | |
1143 ps-mule-font-info-database-ps-bdf) | |
1144 (t | |
1145 ps-mule-font-info-database-default))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1146 |
89530 | 1147 ;; Be sure to have font information for Latin-1. |
1148 (or (assq 'iso-8859-1 ps-mule-font-info-database) | |
1149 (setq ps-mule-font-info-database | |
89533
2b2e7811f38e
(ps-mule-begin-job): Fix previous change.
Kenichi Handa <handa@m17n.org>
parents:
89532
diff
changeset
|
1150 (cons '(iso-8859-1 (normal nil nil)) |
89530 | 1151 ps-mule-font-info-database))) |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1152 |
89530 | 1153 ;; Generate ps-mule-font-spec-tables. |
1154 (let ((font-spec-alist (make-vector 4 nil)) | |
1155 (id-max 0) | |
1156 (font-id 0) | |
1157 font-info-list) | |
1158 ;; Generate properly ordered font-info-list from | |
1159 ;; ps-mule-font-info-database. | |
1160 (let ((charset-list | |
1161 (copy-sequence (get-language-info current-language-environment | |
1162 'charset)))) | |
1163 (setq charset-list (cons 'iso-8859-1 (delq 'iso-8859-1 charset-list))) | |
1164 (dolist (charset charset-list) | |
1165 (let ((font-info (assq charset ps-mule-font-info-database))) | |
1166 (and font-info | |
1167 (setq font-info-list (cons font-info font-info-list))))) | |
1168 (dolist (font-info ps-mule-font-info-database) | |
1169 (or (memq (car font-info) charset-list) | |
1170 (setq font-info-list (cons font-info font-info-list)))) | |
1171 (setq font-info-list (nreverse font-info-list))) | |
60201
0d38d6148c13
(ps-mule-header-string-charsets): Delete it.
Kenichi Handa <handa@m17n.org>
parents:
56986
diff
changeset
|
1172 |
89530 | 1173 ;; Store FONT-SPECs in each element of font-spec-alist. |
1174 (dolist (font-info font-info-list) | |
1175 (let ((font-spec-vec (make-vector 4 nil)) | |
1176 (charset (car font-info)) | |
1177 encoding font-spec) | |
1178 (dolist (e (cdr font-info)) | |
1179 (setq encoding (or (nth 3 e) charset) | |
1180 font-spec (vector id-max charset font-id | |
1181 (nth 1 e) (nth 2 e) encoding | |
1182 (or (nth 4 e) (charset-dimension encoding)) | |
1183 nil) | |
1184 id-max (1+ id-max)) | |
1185 (if (ps-mule-check-font font-spec) | |
1186 (aset font-spec-vec | |
1187 (cond ((eq (car e) 'normal) 0) | |
1188 ((eq (car e) 'bold) 1) | |
1189 ((eq (car e) 'italic) 2) | |
1190 (t 3)) font-spec))) | |
1191 (when (aref font-spec-vec 0) | |
1192 (or (aref font-spec-vec 3) | |
1193 (aset font-spec-vec 3 (or (aref font-spec-vec 1) | |
1194 (aref font-spec-vec 2) | |
1195 (aref font-spec-vec 0)))) | |
1196 (or (aref font-spec-vec 1) | |
1197 (aset font-spec-vec 1 (aref font-spec-vec 0))) | |
1198 (or (aref font-spec-vec 2) | |
1199 (aset font-spec-vec 2 (aref font-spec-vec 1))) | |
1200 (dotimes (i 4) | |
1201 (aset font-spec-alist i | |
1202 (nconc (aref font-spec-alist i) | |
1203 (list (cons charset (aref font-spec-vec i)))))) | |
1204 (setq font-id (1+ font-id))))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1205 |
89530 | 1206 ;; Make four FONT-SPEC-TABLEs and set them in |
1207 ;; ps-mule-font-spec-tables. Each char table has one extra slot | |
1208 ;; whose value is an element of font-spec-alist. | |
1209 (setq ps-mule-font-spec-tables (make-vector 4 nil)) | |
1210 (put 'font-spec-table 'char-table-extra-slots 1) | |
1211 (dotimes (i 4) | |
1212 (let ((table (make-char-table 'font-spec-table))) | |
1213 (aset ps-mule-font-spec-tables i table) | |
1214 (set-char-table-extra-slot table 0 (aref font-spec-alist i)) | |
1215 ;; Be sure to have glyphs for "0123456789/" in advance for | |
1216 ;; page numbering. | |
1217 (let ((str " 0123456789/")) | |
1218 (dotimes (i (length str)) | |
1219 (or (vectorp (ps-mule-get-font-spec (aref str i) table nil)) | |
1220 (error "ASCII font not available"))))))) | |
1221 | |
1222 (ps-mule-prologue-generated) | |
1223 (if (find-composition from to) | |
1224 (ps-mule-composition-prologue-generated)))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1225 |
89530 | 1226 (defun ps-mule-restruct-output-list (list tail) |
1227 (dolist (elt list) | |
1228 (if (listp elt) | |
1229 (setq tail (ps-mule-restruct-output-list elt tail)) | |
1230 (setcdr tail (cons elt (cdr tail))) | |
1231 (setq tail (cdr tail)))) | |
1232 tail) | |
37137
b960119b9c18
XEmacs compatibility. Doc fix.
Gerd Moellmann <gerd@gnu.org>
parents:
30561
diff
changeset
|
1233 |
89530 | 1234 (defun ps-mule-redefine-font (font-number fonttag size ps-font) |
1235 (let* ((font-type (aref ps-mule-font-number-to-type font-number)) | |
1236 (font-spec-alist (char-table-extra-slot | |
1237 (aref ps-mule-font-spec-tables font-type) 0))) | |
1238 (ps-output-prologue | |
1239 (list (if (ps-mule-font-spec-src (cdr (car font-spec-alist))) | |
1240 ;; We ignore a font specfied in ps-font-info-database. | |
1241 (format "/V%s VTOP%d def\n" fonttag font-type) | |
89534 | 1242 (format "/V%s [ VTOP%d aload pop ] def\n |
1243 V%s 0 /%s-latin1 /%s Latin1Encoding put\n" | |
1244 fonttag font-type fonttag ps-font ps-font)) | |
89530 | 1245 (format "/%s ETOP%d V%s %f ReDefFont\n" |
1246 fonttag font-type fonttag size))))) | |
1247 | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1248 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1249 ;;;###autoload |
89530 | 1250 (defun ps-mule-end-job () |
1251 "Finish printing job for multi-byte chars." | |
1252 | |
1253 ;; Prepare root and sub fonts while generating glyphs if necessary. | |
1254 (let ((output-head (list t)) | |
1255 (ps-mule-output-list (list t))) | |
1256 (dotimes (i 4) | |
1257 (map-char-table 'ps-mule-prepare-glyph | |
1258 (aref ps-mule-font-spec-tables i))) | |
1259 (ps-mule-restruct-output-list (cdr ps-mule-output-list) output-head) | |
1260 (ps-output-prologue (cdr output-head))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1261 |
89530 | 1262 ;; Prepare top Encoding and templates of FDepVector. |
1263 (dotimes (i 4) | |
1264 (let ((font-spec-alist (char-table-extra-slot | |
1265 (aref ps-mule-font-spec-tables i) 0)) | |
1266 font-list font-spec) | |
1267 (dolist (elt font-spec-alist) | |
1268 (setq font-spec (cdr elt)) | |
1269 (if (ps-mule-font-spec-extra font-spec) | |
1270 (push (cons (ps-mule-font-spec-font-id font-spec) | |
1271 (ps-mule-font-spec-id font-spec)) | |
1272 font-list))) | |
1273 (setq font-list (nreverse font-list)) | |
1274 (ps-output-prologue | |
1275 (list (format "/ETOP%d 256 array def\n" i) | |
1276 (format "0 1 255 { ETOP%d exch 0 put } for\n" i))) | |
1277 (let ((index 0)) | |
1278 (dolist (font font-list) | |
1279 (ps-output-prologue (format "ETOP%d %d %d put\n" i (car font) index)) | |
1280 (setq index (1+ index)))) | |
1281 (ps-output-prologue (format "/VTOP%d [%s] def\n" i | |
1282 (mapconcat #'(lambda (x) | |
1283 (format "F%02X" (cdr x))) | |
1284 font-list " "))))) | |
1285 | |
1286 ;; Redefine fonts f0, f1, f2, f3, h0, h1, H0. | |
1287 (ps-mule-redefine-font 4 "h0" ps-header-title-font-size-internal | |
1288 (ps-font 'ps-font-for-header 'bold)) | |
1289 (ps-mule-redefine-font 5 "h1" ps-header-font-size-internal | |
1290 (ps-font 'ps-font-for-header 'normal)) | |
1291 (ps-mule-redefine-font 6 "H0" ps-footer-font-size-internal | |
1292 (ps-font 'ps-font-for-footer 'normal)) | |
1293 (let ((font (ps-font-alist 'ps-font-for-text)) | |
1294 (i 0)) | |
1295 (while font | |
1296 (ps-mule-redefine-font i (format "f%d" i) | |
1297 ps-font-size-internal | |
1298 (ps-font 'ps-font-for-text (car (car font)))) | |
1299 (setq font (cdr font) | |
1300 i (1+ i))))) | |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1301 |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1302 (provide 'ps-mule) |
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1303 |
52401 | 1304 ;;; arch-tag: bca017b2-66a7-4e59-8584-103e749eadbe |
23894
f96c37cbdeef
New file. Mule related code extracted from
Kenichi Handa <handa@m17n.org>
parents:
23893
diff
changeset
|
1305 ;;; ps-mule.el ends here |