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