blob: ac8b071a1df7e244d14c8230cd47ea08795dc803 (
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
%% Generated by autoinst on 2019/09/19
%%
\ProvidesFile{T2BSTEP-Sup.fd}
[2019/09/19 (autoinst) Font definitions for T2B/STEP-Sup.]
\expandafter\ifx\csname STEP@scale\endcsname\relax
\let\STEP@@scale\@empty
\else
\edef\STEP@@scale{s*[\csname STEP@scale\endcsname]}%
\fi
\DeclareFontFamily{T2B}{STEP-Sup}{}
% ---- regular ----
\DeclareFontShape{T2B}{STEP-Sup}{regular}{it}{
<-> \STEP@@scale STEP-Italic-sup-t2b
}{}
\DeclareFontShape{T2B}{STEP-Sup}{regular}{n}{
<-> \STEP@@scale STEP-Regular-sup-t2b
}{}
\DeclareFontShape{T2B}{STEP-Sup}{regular}{sl}{
<-> ssub * STEP-Sup/regular/it
}{}
% ---- bold ----
\DeclareFontShape{T2B}{STEP-Sup}{bold}{n}{
<-> \STEP@@scale STEP-Bold-sup-t2b
}{}
\DeclareFontShape{T2B}{STEP-Sup}{bold}{it}{
<-> \STEP@@scale STEP-BoldItalic-sup-t2b
}{}
\DeclareFontShape{T2B}{STEP-Sup}{bold}{sl}{
<-> ssub * STEP-Sup/bold/it
}{}
%
% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
%
% m --> regular
\DeclareFontShape{T2B}{STEP-Sup}{m}{sl}{
<-> ssub * STEP-Sup/regular/sl
}{}
\DeclareFontShape{T2B}{STEP-Sup}{m}{it}{
<-> ssub * STEP-Sup/regular/it
}{}
\DeclareFontShape{T2B}{STEP-Sup}{m}{n}{
<-> ssub * STEP-Sup/regular/n
}{}
% b --> bold
\DeclareFontShape{T2B}{STEP-Sup}{b}{n}{
<-> ssub * STEP-Sup/bold/n
}{}
\DeclareFontShape{T2B}{STEP-Sup}{b}{sl}{
<-> ssub * STEP-Sup/bold/sl
}{}
\DeclareFontShape{T2B}{STEP-Sup}{b}{it}{
<-> ssub * STEP-Sup/bold/it
}{}
\DeclareFontShape{T2B}{STEP-Sup}{bx}{sl}{
<-> ssub * STEP-Sup/b/sl
}{}
\DeclareFontShape{T2B}{STEP-Sup}{bx}{it}{
<-> ssub * STEP-Sup/b/it
}{}
\DeclareFontShape{T2B}{STEP-Sup}{bx}{n}{
<-> ssub * STEP-Sup/b/n
}{}
\endinput
|