blob: 9ae28904d4ff4672fc8e9705d2dce48a479e529a (
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
|
%% Generated by autoinst on 2019/06/18
%%
\ProvidesFile{OT1Forum-LF.fd}
[2019/06/18 (autoinst) Font definitions for OT1/Forum-LF.]
\expandafter\ifx\csname Forum@scale\endcsname\relax
\let\Forum@@scale\@empty
\else
\edef\Forum@@scale{s*[\csname Forum@scale\endcsname]}%
\fi
\DeclareFontFamily{OT1}{Forum-LF}{}
% ---- regular ----
\DeclareFontShape{OT1}{Forum-LF}{regular}{n}{
<-> \Forum@@scale Forum-lf-ot1
}{}
% ---- bold ----
\DeclareFontShape{OT1}{Forum-LF}{bold}{n}{
<-> \Forum@@scale Forum-Bold-lf-ot1
}{}
%
% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
%
% m --> regular
\DeclareFontShape{OT1}{Forum-LF}{m}{n}{
<-> ssub * Forum-LF/regular/n
}{}
% b --> bold
\DeclareFontShape{OT1}{Forum-LF}{b}{n}{
<-> ssub * Forum-LF/bold/n
}{}
\DeclareFontShape{OT1}{Forum-LF}{bx}{n}{
<-> ssub * Forum-LF/b/n
}{}
\endinput
|