blob: 1d1a22b1975551f2af1b7e2144dcd74d28855e83 (
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
|
%% Generated by autoinst on 2019/05/10
%%
\ProvidesFile{LY1Bitter-TLF.fd}
[2019/05/10 (autoinst) Font definitions for LY1/Bitter-TLF.]
\expandafter\ifx\csname Bitter@scale\endcsname\relax
\let\Bitter@@scale\@empty
\else
\edef\Bitter@@scale{s*[\csname Bitter@scale\endcsname]}%
\fi
\DeclareFontFamily{LY1}{Bitter-TLF}{}
% ---- regular ----
\DeclareFontShape{LY1}{Bitter-TLF}{regular}{n}{
<-> \Bitter@@scale Bitter-Regular-tlf-ly1
}{}
\DeclareFontShape{LY1}{Bitter-TLF}{regular}{it}{
<-> \Bitter@@scale Bitter-Italic-tlf-ly1
}{}
\DeclareFontShape{LY1}{Bitter-TLF}{regular}{sl}{
<-> ssub * Bitter-TLF/regular/it
}{}
% ---- bold ----
\DeclareFontShape{LY1}{Bitter-TLF}{bold}{n}{
<-> \Bitter@@scale Bitter-Bold-tlf-ly1
}{}
%
% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
%
% m --> regular
\DeclareFontShape{LY1}{Bitter-TLF}{m}{sl}{
<-> ssub * Bitter-TLF/regular/sl
}{}
\DeclareFontShape{LY1}{Bitter-TLF}{m}{n}{
<-> ssub * Bitter-TLF/regular/n
}{}
\DeclareFontShape{LY1}{Bitter-TLF}{m}{it}{
<-> ssub * Bitter-TLF/regular/it
}{}
% b --> bold
\DeclareFontShape{LY1}{Bitter-TLF}{b}{n}{
<-> ssub * Bitter-TLF/bold/n
}{}
\DeclareFontShape{LY1}{Bitter-TLF}{bx}{n}{
<-> ssub * Bitter-TLF/b/n
}{}
\endinput
|