This file is indexed.

/usr/share/VFlib/3.6.14/ascii-jtex/tnone.adj is in vflib3 3.6.14.dfsg-1.1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
; tnone.adj
;   Shift the vecter to reference point for Japanese TeX by ASCII co.

; See tminXX.pl (or generete it by tftopl command) to see 
; the relation between code point and char-type.
;   Shift bitmap to right:  give positive value for delta-X
;   Shift bitmap to up:  give positive value for delta-Y

;--------------------------------------------------------
; Writing direction and Rotation semantics
;--------------------------------------------------------
(direction vertical)        ;; "vertical" or "horizontal"
(rotation-semantics ptex)   ;; "ptex" or "jisx0208"

;--------------------------------------------------------
; Semantics for delta-X and delta-Y
;--------------------------------------------------------
(semantics bitmap-size)     ;; "bitmap-size" or "design-size"

;--------------------------------------------------------
;  global shift
;--------------------------------------------------------
(char-all  0.00  0.00)

;--------------------------------------------------------
;  CharType       delta-X  delta-Y
;--------------------------------------------------------
(char-type   0      0.00     0.00 )
(char-type   1      0.00     0.00 )
(char-type   2      0.00     0.00 )
(char-type   3      0.00     0.00 )
(char-type   4      0.00     0.00 )
(char-type   5      0.00     0.00 )
(char-type   6      0.00     0.00 )
(char-type   7      0.00     0.00 )
(char-type   8      0.00     0.00 )

;--------------------------------------------------------
;EOF