blob: c8fc116e8125c323c85cefdb126d43798d9c146e (
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
90
91
92
93
94
95
96
97
98
99
|
%% Generated by autoinst on 2020/10/18
%%
\ProvidesFile{T2BSTEP-TOsF.fd}
[2020/10/18 (autoinst) Font definitions for T2B/STEP-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 STEP@scale\endcsname\relax
\let\STEP@@scale\@empty
\else
\edef\STEP@@scale{s*[\csname STEP@scale\endcsname]}%
\fi
\DeclareFontFamily{T2B}{STEP-TOsF}{}
% ---- m = regular ----
\DeclareFontShape{T2B}{STEP-TOsF}{m}{n}{
<-> \STEP@@scale STEP-Regular-tosf-t2b
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{regular}{n}{
<-> alias * STEP-TOsF/m/n
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{m}{it}{
<-> \STEP@@scale STEP-Italic-tosf-t2b
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{regular}{it}{
<-> alias * STEP-TOsF/m/it
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{m}{sc}{
<-> \STEP@@scale STEP-Regular-tosf-sc-t2b
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{regular}{sc}{
<-> alias * STEP-TOsF/m/sc
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{m}{sl}{
<-> ssub * STEP-TOsF/m/it
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{regular}{sl}{
<-> ssub * STEP-TOsF/regular/it
}{}
% ---- b = bold ----
\DeclareFontShape{T2B}{STEP-TOsF}{b}{n}{
<-> \STEP@@scale STEP-Bold-tosf-t2b
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{bold}{n}{
<-> alias * STEP-TOsF/b/n
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{b}{it}{
<-> \STEP@@scale STEP-BoldItalic-tosf-t2b
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{bold}{it}{
<-> alias * STEP-TOsF/b/it
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{b}{sl}{
<-> ssub * STEP-TOsF/b/it
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{bold}{sl}{
<-> ssub * STEP-TOsF/bold/it
}{}
% ---- Extra 'ssub' rules to map 'bx' to 'b' ----
\DeclareFontShape{T2B}{STEP-TOsF}{bx}{sl}{
<-> ssub * STEP-TOsF/b/sl
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{bx}{n}{
<-> ssub * STEP-TOsF/b/n
}{}
\DeclareFontShape{T2B}{STEP-TOsF}{bx}{it}{
<-> ssub * STEP-TOsF/b/it
}{}
\endinput
|