/usr/share/xfig/fig2dev/japanese.ps is in transfig 1:3.2.5.e-4+deb8u1.
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 40 41 42 43 44 45 46 47 48 49 | % japanese.ps for fig2dev 3.2
%
% This file will inserted into PostScript output by fig2dev
% when Japanese text is included in the file.
% This code try to use HeiseiMin-W3-EUC-H and HeiseiKakuGo-W5-EUC-H
% if Ryumin-Light-EUC-H is not supported. --- T.Sato, 1999/3/27
/has_morisawa_font true def
FontDirectory /Ryumin-Light-EUC-H known not {
systemdict /resourcestatus known {
/Ryumin-Light-EUC-H /Font resourcestatus {
pop pop
} {
/has_morisawa_font false def
} ifelse
} if
} if
16 dict begin
/FontName /CompositeRoman def /FontType 0 def
/WMode 0 def /FMapType 3 def /FontMatrix matrix def
/Encoding [0 1] def
has_morisawa_font {
/FDepVector [ /Times-Roman findfont
/Ryumin-Light-EUC-H findfont ] def
} {
/FDepVector [ /Times-Roman findfont
/HeiseiMin-W3-EUC-H findfont ] def
} ifelse
FontName currentdict
end
definefont pop
16 dict begin
/FontName /CompositeBold def /FontType 0 def
/WMode 0 def /FMapType 3 def /FontMatrix matrix def
/Encoding [0 1] def
has_morisawa_font {
/FDepVector [ /Times-Bold findfont
/GothicBBB-Medium-EUC-H findfont ] def
} {
/FDepVector [ /Times-Bold findfont
/HeiseiKakuGo-W5-EUC-H findfont ] def
} ifelse
FontName currentdict
end
definefont pop
% end of japanese.ps
|