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