blob: 217cfabbf05cae82f291605792897409c5a28920 (
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
51
|
%% Generated by autoinst on 2021/01/09
%%
\ProvidesFile{OT1Play-Sup.fd}
[2021/01/09 (autoinst) Font definitions for OT1/Play-Sup.]
\ifcsname s@fct@alias\endcsname\else
\gdef\s@fct@alias{\sub@sfcnt\@font@aliasinfo}
\gdef\@font@aliasinfo#1{%
\@font@info{Font\space shape\space `\curr@fontshape'\space will
\space be\space aliased\MessageBreak to\space `\mandatory@arg'}%
}
\fi
\expandafter\ifx\csname Play@scale\endcsname\relax
\let\Play@@scale\@empty
\else
\edef\Play@@scale{s*[\csname Play@scale\endcsname]}%
\fi
\DeclareFontFamily{OT1}{Play-Sup}{}
% ---- b = bold ----
\DeclareFontShape{OT1}{Play-Sup}{b}{n}{
<-> \Play@@scale Play-Bold-sup-ot1
}{}
\DeclareFontShape{OT1}{Play-Sup}{bold}{n}{
<-> alias * Play-Sup/b/n
}{}
% ---- m = regular ----
\DeclareFontShape{OT1}{Play-Sup}{m}{n}{
<-> \Play@@scale Play-Regular-sup-ot1
}{}
\DeclareFontShape{OT1}{Play-Sup}{regular}{n}{
<-> alias * Play-Sup/m/n
}{}
% ---- Extra 'ssub' rules to map 'bx' to 'b' ----
\DeclareFontShape{OT1}{Play-Sup}{bx}{n}{
<-> ssub * Play-Sup/b/n
}{}
\endinput
|