~ubuntu-branches/ubuntu/lucid/vflib3/lucid

« back to all changes in this revision

Viewing changes to ascii-jtex/Adj/none.adj

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta
  • Date: 2002-04-15 12:10:24 UTC
  • Revision ID: james.westby@ubuntu.com-20020415121024-cann32wucyfbq22f
Tags: upstream-3.6.12
ImportĀ upstreamĀ versionĀ 3.6.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; none.adj
 
2
;   Shift the vecter to reference point for Japanese TeX by ASCII co.
 
3
 
 
4
; See minXX.pl (or generete it by tftopl command) to see 
 
5
; the relation between code point and char-type.
 
6
;   Shift bitmap to right:  give positive value for delta-X
 
7
;   Shift bitmap to up:  give positive value for delta-Y
 
8
 
 
9
;--------------------------------------------------------
 
10
; Writing direction 
 
11
;--------------------------------------------------------
 
12
(direction horizontal)
 
13
 
 
14
;--------------------------------------------------------
 
15
; Semantics for delta-X and delta-Y
 
16
;--------------------------------------------------------
 
17
(semantics bitmap-size)
 
18
 
 
19
;--------------------------------------------------------
 
20
;  global shift
 
21
;--------------------------------------------------------
 
22
(char-all  0.00  0.00)
 
23
 
 
24
;--------------------------------------------------------
 
25
;  CharType       delta-X  delta-Y
 
26
;--------------------------------------------------------
 
27
(char-type   0      0.00     0.00 )  ; e.g. 0x3131
 
28
(char-type   1      0.00     0.00 )  ; e.g. 0x214b
 
29
(char-type   2      0.00     0.00 )  ; e.g. 0x212b
 
30
(char-type   3      0.00     0.00 )  ; e.g. 0x2136
 
31
(char-type   4      0.00     0.00 )  ; e.g. 0x2126
 
32
(char-type   5      0.00     0.00 )  ; e.g. 0x2129
 
33
(char-type   6      0.00     0.00 )  ; e.g. 0x214a
 
34
(char-type   7      0.00     0.00 )  ; e.g. 0x2384
 
35
(char-type   8      0.00     0.00 )  ; e.g. 0x2124
 
36
(char-type   9      0.00     0.00 )  ; e.g. 0x2122
 
37
(char-type  10      0.00     0.00 )  ; e.g. 0x23de
 
38
(char-type  11      0.00     0.00 )  ; e.g. 0x23eb
 
39
(char-type  12      0.00     0.00 )  ; e.g. 0x24ac
 
40
;--------------------------------------------------------
 
41
 
 
42
;EOF