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
|
%% Generated by autoinst on 2020/02/27
%%
\ProvidesFile{OT1Junicode-Sup.fd}
[2020/02/27 (autoinst) Font definitions for OT1/Junicode-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 Junicode@scale\endcsname\relax
\let\Junicode@@scale\@empty
\else
\edef\Junicode@@scale{s*[\csname Junicode@scale\endcsname]}%
\fi
\DeclareFontFamily{OT1}{Junicode-Sup}{}
% ---- regular ----
\DeclareFontShape{OT1}{Junicode-Sup}{regular}{it}{
<-> \Junicode@@scale Junicode-Italic-sup-ot1
}{}
\DeclareFontShape{OT1}{Junicode-Sup}{regular}{n}{
<-> \Junicode@@scale Junicode-sup-ot1
}{}
\DeclareFontShape{OT1}{Junicode-Sup}{regular}{sl}{
<-> ssub * Junicode-Sup/regular/it
}{}
% ---- bold ----
\DeclareFontShape{OT1}{Junicode-Sup}{bold}{it}{
<-> \Junicode@@scale Junicode-BoldItalic-sup-ot1
}{}
\DeclareFontShape{OT1}{Junicode-Sup}{bold}{n}{
<-> \Junicode@@scale Junicode-Bold-sup-ot1
}{}
\DeclareFontShape{OT1}{Junicode-Sup}{bold}{sl}{
<-> ssub * Junicode-Sup/bold/it
}{}
%
% Extra 'alias' rules to map the standard NFSS codes to our fancy names
%
% m --> regular
\DeclareFontShape{OT1}{Junicode-Sup}{m}{it}{
<-> alias * Junicode-Sup/regular/it
}{}
\DeclareFontShape{OT1}{Junicode-Sup}{m}{n}{
<-> alias * Junicode-Sup/regular/n
}{}
\DeclareFontShape{OT1}{Junicode-Sup}{m}{sl}{
<-> alias * Junicode-Sup/regular/sl
}{}
% b --> bold
\DeclareFontShape{OT1}{Junicode-Sup}{b}{it}{
<-> alias * Junicode-Sup/bold/it
}{}
\DeclareFontShape{OT1}{Junicode-Sup}{b}{n}{
<-> alias * Junicode-Sup/bold/n
}{}
\DeclareFontShape{OT1}{Junicode-Sup}{b}{sl}{
<-> alias * Junicode-Sup/bold/sl
}{}
\DeclareFontShape{OT1}{Junicode-Sup}{bx}{it}{
<-> ssub * Junicode-Sup/b/it
}{}
\DeclareFontShape{OT1}{Junicode-Sup}{bx}{n}{
<-> ssub * Junicode-Sup/b/n
}{}
\DeclareFontShape{OT1}{Junicode-Sup}{bx}{sl}{
<-> ssub * Junicode-Sup/b/sl
}{}
\endinput
|