blob: 8af5458713a7faba528f1e2b90bef374ce4fc545 (
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{LY1STEP-TLF.fd}
[2019/09/19 (autoinst) Font definitions for LY1/STEP-TLF.]
\expandafter\ifx\csname STEP@scale\endcsname\relax
\let\STEP@@scale\@empty
\else
\edef\STEP@@scale{s*[\csname STEP@scale\endcsname]}%
\fi
\DeclareFontFamily{LY1}{STEP-TLF}{}
% ---- bold ----
\DeclareFontShape{LY1}{STEP-TLF}{bold}{n}{
<-> \STEP@@scale STEP-Bold-tlf-ly1
}{}
\DeclareFontShape{LY1}{STEP-TLF}{bold}{it}{
<-> \STEP@@scale STEP-BoldItalic-tlf-ly1
}{}
\DeclareFontShape{LY1}{STEP-TLF}{bold}{sl}{
<-> ssub * STEP-TLF/bold/it
}{}
% ---- regular ----
\DeclareFontShape{LY1}{STEP-TLF}{regular}{n}{
<-> \STEP@@scale STEP-Regular-tlf-ly1
}{}
\DeclareFontShape{LY1}{STEP-TLF}{regular}{it}{
<-> \STEP@@scale STEP-Italic-tlf-ly1
}{}
\DeclareFontShape{LY1}{STEP-TLF}{regular}{sl}{
<-> ssub * STEP-TLF/regular/it
}{}
%
% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
%
% m --> regular
\DeclareFontShape{LY1}{STEP-TLF}{m}{n}{
<-> ssub * STEP-TLF/regular/n
}{}
\DeclareFontShape{LY1}{STEP-TLF}{m}{sl}{
<-> ssub * STEP-TLF/regular/sl
}{}
\DeclareFontShape{LY1}{STEP-TLF}{m}{it}{
<-> ssub * STEP-TLF/regular/it
}{}
% b --> bold
\DeclareFontShape{LY1}{STEP-TLF}{b}{it}{
<-> ssub * STEP-TLF/bold/it
}{}
\DeclareFontShape{LY1}{STEP-TLF}{b}{sl}{
<-> ssub * STEP-TLF/bold/sl
}{}
\DeclareFontShape{LY1}{STEP-TLF}{b}{n}{
<-> ssub * STEP-TLF/bold/n
}{}
\DeclareFontShape{LY1}{STEP-TLF}{bx}{it}{
<-> ssub * STEP-TLF/b/it
}{}
\DeclareFontShape{LY1}{STEP-TLF}{bx}{sl}{
<-> ssub * STEP-TLF/b/sl
}{}
\DeclareFontShape{LY1}{STEP-TLF}{bx}{n}{
<-> ssub * STEP-TLF/b/n
}{}
\endinput
|