File: ps-mule.el.html

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

About ps-mule
-------------

This package is used for ps-print to print multi-byte buffer.

See also ps-print.el.

Printing Multi-byte Buffer
--------------------------

The variable ps-multibyte-buffer specifies the ps-print multi-byte buffer handling.

Valid values for ps-multibyte-buffer are:

 nil This is the value to use the default settings;
by default, this only works to print buffers with
only ASCII and Latin characters. But this default
setting can be changed by setting the variable
ps-mule-font-info-database-default differently.
The initial value of this variable is
ps-mule-font-info-database-latin (see
documentation).

 non-latin-printer This is the value to use when you have a japanese
or korean PostScript printer and want to print
buffer with ASCII, Latin-1, Japanese (JISX0208 and
JISX0201-Kana) and Korean characters. At present,
it was not tested with the Korean characters
printing. If you have a korean PostScript printer,
please, test it.

 bdf-font This is the value to use when you want to print
buffer with BDF fonts. BDF fonts include both latin
and non-latin fonts. BDF (Bitmap Distribution
Format) is a format used for distributing X's font
source file. BDF fonts are included in
intlfonts-1.2 which is a collection of X11 fonts
for all characters supported by Emacs. In order to
use this value, be sure to have installed
intlfonts-1.2 and set the variable
bdf-directory-list appropriately (see ps-bdf.el
for documentation of this variable).

 bdf-font-except-latin This is like bdf-font except that it uses
PostScript default fonts to print ASCII and Latin-1
characters. This is convenient when you want or
need to use both latin and non-latin characters on
the same buffer. See ps-font-family,
ps-header-font-family and ps-font-info-database.

Any other value is treated as nil.

The default is nil.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Defined variables (10)

ps-mule-composition-prologuePostScript code for printing character composition.
ps-mule-external-librariesAlist of external libraries information to support PostScript printing.
ps-mule-font-info-databaseAlist of charsets with the corresponding font information.
ps-mule-font-info-database-bdfSample setting of the ‘ps-mule-font-info-database’ to use BDF fonts.
ps-mule-font-info-database-defaultThe default setting to use when ‘ps-multibyte-buffer’ is nil.
ps-mule-font-info-database-latinSample setting of ‘ps-mule-font-info-database’ to use latin fonts.
ps-mule-font-info-database-psSample setting of the ‘ps-mule-font-info-database’ to use builtin PS font.
ps-mule-font-info-database-ps-bdfSample setting of the ‘ps-mule-font-info-database’ to use BDF fonts.
ps-mule-prologuePostScript code for printing multi-byte characters.
ps-multibyte-bufferSpecifies the multi-byte buffer handling.

Defined functions (35)

ps-mule-begin-job(FROM TO)
ps-mule-check-font(FONT-SPEC)
ps-mule-encode-char(CHAR FONT-SPEC)
ps-mule-encode-header-string(STRING FONTTAG)
ps-mule-encode-lao(CHAR)
ps-mule-encode-region(FROM TO FONT-SPEC-TABLE)
ps-mule-end-job()
ps-mule-exlib-check(EXLIB)
ps-mule-exlib-feature(EXLIB)
ps-mule-exlib-font(EXLIB)
ps-mule-exlib-glyph(EXLIB)
ps-mule-exlib-initialized-p(EXLIB)
ps-mule-exlib-prologue(EXLIB)
ps-mule-exlib-set-initialized-p(EXLIB VAL)
ps-mule-font-spec-bytes(FONT-SPEC)
ps-mule-font-spec-charset(FONT-SPEC)
ps-mule-font-spec-encoding(FONT-SPEC)
ps-mule-font-spec-extra(FONT-SPEC)
ps-mule-font-spec-font-id(FONT-SPEC)
ps-mule-font-spec-id(FONT-SPEC)
ps-mule-font-spec-name(FONT-SPEC)
ps-mule-font-spec-set-extra(FONT-SPEC EXTRA)
ps-mule-font-spec-set-name(FONT-SPEC NAME)
ps-mule-font-spec-src(FONT-SPEC)
ps-mule-generate-bitmap-font(FONT-SPEC SIZE RELATIVE-COMPOSE BASELINE-OFFSET BBX)
ps-mule-generate-bitmap-glyph(FONT-SPEC CHAR CODE BITMAP)
ps-mule-get-font-spec(CHAR FONT-SPEC-TABLE FONT-SPEC)
ps-mule-init-external-library(EXLIB)
ps-mule-initialize()
ps-mule-plot-composition(COMPOSITION FONT-SPEC-TABLE)
ps-mule-plot-string(FROM TO &optional BG-COLOR)
ps-mule-prepare-font(FONT-SPEC)
ps-mule-prepare-glyph(CHAR FONT-SPEC)
ps-mule-redefine-font(FONT-NUMBER FONTTAG SIZE PS-FONT)
ps-mule-restruct-output-list(LIST TAIL)

Defined faces (0)