summaryrefslogtreecommitdiff
path: root/fonts/utilities/fontinst/test/v1931test1.tex
blob: d6c7052d5bb22cfc48283a81886daaccd9eddc0a (plain)
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
% fontinst v1.931 test

\input fontinst.sty

\recordtransforms{v1931test.recs}


\transformfont{padr6z}{\reencodefont{cc-pl-test}{\fromafm{padr8a}}}
\transformfont{padro6z}{\slantfont{250}{\frommtx{padr6z}}}

\substitutesilent{sl}{sl}


\installfonts
  \installfont{padr8d}{padr6z,newlatin option nosc}{t1} {T1}{pad}{m}{n}{}
  \installfont{padro8d}{padro6z,newlatin option nosc}{t1} {T1}{pad}{m}{sl}{}
\endinstallfonts

\endrecordtransforms

\bye


% Expected t1pad.fd contents:
% 
% %Filename: t1pad.fd
% %Created by: tex v1931test1
% %Created using fontinst v1.931
% 
% %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
% 
% \ProvidesFile{t1pad.fd}
%    [2005/05/14 Fontinst v1.931 font definitions for T1/pad.]
% 
% \DeclareFontFamily{T1}{pad}{}
% 
% \DeclareFontShape{T1}{pad}{m}{n}{
%    <-> padr8d
% }{}
% 
% \DeclareFontShape{T1}{pad}{m}{sl}{
%    <-> padro8d
% }{}
% 
% 
% \endinput
% 
% The notable feature is that there is no {T1}{pad}{m}{it} entry,
% since that substitution was turned off.