blob: 5d19c5413da60f25f8e4eea6c1663f7e628cec5f (
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
|
%% Generated by autoinst on 2020/12/05
%%
\ProvidesFile{LGRSTEPGreekTest-Sup.fd}
[2020/12/05 (autoinst) Font definitions for LGR/STEPGreekTest-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 STEPGreekTest@scale\endcsname\relax
\let\STEPGreekTest@@scale\@empty
\else
\edef\STEPGreekTest@@scale{s*[\csname STEPGreekTest@scale\endcsname]}%
\fi
\DeclareFontFamily{LGR}{STEPGreekTest-Sup}{}
% ---- m = regular ----
\DeclareFontShape{LGR}{STEPGreekTest-Sup}{m}{n}{
<-> \STEPGreekTest@@scale STEPGreekTest-Regular-sup-lgr
}{}
\DeclareFontShape{LGR}{STEPGreekTest-Sup}{regular}{n}{
<-> alias * STEPGreekTest-Sup/m/n
}{}
% ---- Extra 'ssub' rules to map 'bx' to 'b' ----
\endinput
|