/usr/lib/dvi2ps/fontsk/psfonts.ps is in dvi2ps 5.1j-1.2+b2.
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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | %%BeginProcSet: psfonts 1 0
TeXDict begin
/DF {definefont pop} bind def
/CopyFont {
1 index maxlength add dict begin
{
1 index /FID ne
2 index /UniqueID ne and {
def
}{
pop pop
} ifelse
} forall
currentdict
end
} bind def
/doObliqueSlant {
[1 0 4 -1 roll dup sin exch cos div 1 0 0] exch
dup type /nametype eq { findfont } if
exch makefont
} bind def
/ObliqueSlant { doObliqueSlant DF } def
/doSlantFont {
[1 0 4 -1 roll 1 0 0] exch
dup type /nametype eq { findfont } if
exch makefont
} def
/SlantFont { doSlantFont DF } def
/doExtendFont {
[exch 0 0 1 0 0] exch
dup type /nametype eq { findfont } if
exch makefont
} def
/ExtendFont { doExtendFont DF } def
/doTeX1Encode {
dup type /nametype eq { findfont } if
1 CopyFont
begin
/Encoding TeXBase1Encoding def
currentdict
end
} bind def
/TeX1Encode { doTeX1Encode DF } def
/doTeXnANSIEncode {
dup type /nametype eq { findfont } if
1 CopyFont
begin
/Encoding TeXnANSIEncoding def
currentdict
end
} bind def
/TeXnANSIEncode { doTeXnANSIEncode DF } def
end % TeXDict
%%EndProcSet
|