blob: c5df54304a231eefb9e7fe907a4e27955cfe0ac2 (
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
|
%% Generated by autoinst on 2024/08/05
%%
\ProvidesFile{OT1MFBOldstyle-Numr.fd}
[2024/08/05 (autoinst) Font definitions for OT1/MFBOldstyle-Numr.]
\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 MFBOldstyle@scale\endcsname\relax
\let\MFBOldstyle@@scale\@empty
\else
\edef\MFBOldstyle@@scale{s*[\csname MFBOldstyle@scale\endcsname]}%
\fi
\DeclareFontFamily{OT1}{MFBOldstyle-Numr}{}
% ---- m = regular ----
\DeclareFontShape{OT1}{MFBOldstyle-Numr}{m}{it}{
<-> \MFBOldstyle@@scale MFBOldstyle-Italic-numr-ot1
}{}
\DeclareFontShape{OT1}{MFBOldstyle-Numr}{regular}{it}{
<-> alias * MFBOldstyle-Numr/m/it
}{}
\DeclareFontShape{OT1}{MFBOldstyle-Numr}{m}{n}{
<-> \MFBOldstyle@@scale MFBOldstyle-Regular-numr-ot1
}{}
\DeclareFontShape{OT1}{MFBOldstyle-Numr}{regular}{n}{
<-> alias * MFBOldstyle-Numr/m/n
}{}
\DeclareFontShape{OT1}{MFBOldstyle-Numr}{m}{sl}{
<-> ssub * MFBOldstyle-Numr/m/it
}{}
\DeclareFontShape{OT1}{MFBOldstyle-Numr}{regular}{sl}{
<-> ssub * MFBOldstyle-Numr/regular/it
}{}
% ---- b = bold ----
\DeclareFontShape{OT1}{MFBOldstyle-Numr}{b}{n}{
<-> \MFBOldstyle@@scale MFBOldstyle-Bold-numr-ot1
}{}
\DeclareFontShape{OT1}{MFBOldstyle-Numr}{bold}{n}{
<-> alias * MFBOldstyle-Numr/b/n
}{}
% ---- Extra 'ssub' rules to map 'bx' to 'b' ----
\DeclareFontShape{OT1}{MFBOldstyle-Numr}{bx}{n}{
<-> ssub * MFBOldstyle-Numr/b/n
}{}
\endinput
|