blob: 4ef73d5c927237d4dafd3be012181eee57462657 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;#j 欧文TrueTypeフォントを内部で展開(埋め込みに適)
;# Render non-Japanese TrueType fonts by dviout
;; Render non-Japanese TrueType fonts by dviout
;;
;; They should be in the subdirectory "fonts" of
;; the system directory
;;
;; Require corresponding *.tfm files.
TEXFONTS=^r\tfm\\
TEXPK=^w\fonts\^s.ttf;^r\pk\\^s.^dpk;^r\tfm\\^s^tfm;^r\vf\\^s.vf;^r\ovf\\^s.ovf;^r\tfm\\^s.tfm
ftt=^x\map\ttfexp.map
|