blob: d7923d68c0431c8ce4aebb021dadfcbde99d0f07 (
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
|
%% Generated by autoinst on 2020/02/27
%%
\ProvidesFile{LY1Junicode-Inf.fd}
[2020/02/27 (autoinst) Font definitions for LY1/Junicode-Inf.]
\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 Junicode@scale\endcsname\relax
\let\Junicode@@scale\@empty
\else
\edef\Junicode@@scale{s*[\csname Junicode@scale\endcsname]}%
\fi
\DeclareFontFamily{LY1}{Junicode-Inf}{}
% ---- regular ----
\DeclareFontShape{LY1}{Junicode-Inf}{regular}{it}{
<-> \Junicode@@scale Junicode-Italic-inf-ly1
}{}
\DeclareFontShape{LY1}{Junicode-Inf}{regular}{n}{
<-> \Junicode@@scale Junicode-inf-ly1
}{}
\DeclareFontShape{LY1}{Junicode-Inf}{regular}{sl}{
<-> ssub * Junicode-Inf/regular/it
}{}
%
% Extra 'alias' rules to map the standard NFSS codes to our fancy names
%
% m --> regular
\DeclareFontShape{LY1}{Junicode-Inf}{m}{sl}{
<-> alias * Junicode-Inf/regular/sl
}{}
\DeclareFontShape{LY1}{Junicode-Inf}{m}{it}{
<-> alias * Junicode-Inf/regular/it
}{}
\DeclareFontShape{LY1}{Junicode-Inf}{m}{n}{
<-> alias * Junicode-Inf/regular/n
}{}
\endinput
|