~ubuntu-branches/ubuntu/precise/vflib3/precise

« back to all changes in this revision

Viewing changes to ascii-jtex/Adj/mojkv.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
; tnone.adj
 
2
;   Shift the vecter to reference point for Japanese TeX by ASCII co.
 
3
 
 
4
; See tminXX.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 and Rotation semantics
 
11
;--------------------------------------------------------
 
12
(direction vertical)        ;; "vertical" or "horizontal"
 
13
(rotation-semantics ptex)   ;; "ptex" or "jisx0208"
 
14
 
 
15
;--------------------------------------------------------
 
16
; Semantics for delta-X and delta-Y
 
17
;--------------------------------------------------------
 
18
(semantics design-size)     ;; "bitmap-size" or "design-size"
 
19
 
 
20
;--------------------------------------------------------
 
21
;  global shift
 
22
;--------------------------------------------------------
 
23
(char-all  -0.48    -0.75)
 
24
 
 
25
;--------------------------------------------------------
 
26
;  CharType       delta-X  delta-Y
 
27
;--------------------------------------------------------
 
28
(char-type   0      0.00     0.00 )
 
29
(char-type   1      0.00     0.00 )
 
30
(char-type   2      0.00     0.00 )
 
31
(char-type   3      0.00     0.00 )
 
32
(char-type   4      0.00     0.00 )
 
33
(char-type   5      0.00     0.00 )
 
34
(char-type   6      0.00     0.00 )
 
35
(char-type   7      0.00     0.00 )
 
36
(char-type   8      0.00     0.00 )
 
37
 
 
38
;--------------------------------------------------------
 
39
;EOF