blob: 46ff038e4db6363a0ca0edd124c9009ec1496955 (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
%% Generated by autoinst on 2021/01/09
%%
\ProvidesFile{OT1Play-TOsF.fd}
[2021/01/09 (autoinst) Font definitions for OT1/Play-TOsF.]
\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-TOsF}{}
% ---- b = bold ----
\DeclareFontShape{OT1}{Play-TOsF}{b}{sc}{
<-> \Play@@scale Play-Bold-tosf-sc-ot1
}{}
\DeclareFontShape{OT1}{Play-TOsF}{bold}{sc}{
<-> alias * Play-TOsF/b/sc
}{}
\DeclareFontShape{OT1}{Play-TOsF}{b}{n}{
<-> \Play@@scale Play-Bold-tosf-ot1
}{}
\DeclareFontShape{OT1}{Play-TOsF}{bold}{n}{
<-> alias * Play-TOsF/b/n
}{}
% ---- m = regular ----
\DeclareFontShape{OT1}{Play-TOsF}{m}{n}{
<-> \Play@@scale Play-Regular-tosf-ot1
}{}
\DeclareFontShape{OT1}{Play-TOsF}{regular}{n}{
<-> alias * Play-TOsF/m/n
}{}
\DeclareFontShape{OT1}{Play-TOsF}{m}{sc}{
<-> \Play@@scale Play-Regular-tosf-sc-ot1
}{}
\DeclareFontShape{OT1}{Play-TOsF}{regular}{sc}{
<-> alias * Play-TOsF/m/sc
}{}
% ---- Extra 'ssub' rules to map 'bx' to 'b' ----
\DeclareFontShape{OT1}{Play-TOsF}{bx}{n}{
<-> ssub * Play-TOsF/b/n
}{}
\DeclareFontShape{OT1}{Play-TOsF}{bx}{sc}{
<-> ssub * Play-TOsF/b/sc
}{}
\endinput
|