annotate etc/ps-prin2.ps @ 28962:3f62d70df67c
(map_char_table): Pay attention to character number of
charset. Check the validity of charset at the first level. For
leaf nodes that has nil value, call C_FUNCTION or FUNCTION with
the default value.
author |
Kenichi Handa <handa@m17n.org> |
date |
Wed, 17 May 2000 23:30:06 +0000 |
parents |
e0beb5cd0257 |
children |
bb81eb902e0c |
rev |
line source |
27165
|
1 % === BEGIN ps-print prologue 2
|
|
2
|
|
3 % ---- These lines must be kept together because...
|
|
4
|
|
5 /h0 F
|
|
6 /HeaderTitleLineHeight FontHeight def
|
|
7
|
|
8 /h1 F
|
|
9 /HeaderLineHeight FontHeight def
|
|
10 /HeaderDescent Descent def
|
|
11
|
|
12 % ---- ...because `F' has a side-effect on `FontHeight' and `Descent'
|
|
13
|
|
14 % === END ps-print prologue 2
|