blob: 46899938ae8829c7f6a0def47ebedb99de1a6b4a (
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/07/15
%%
\ProvidesFile{LGRTheanoDidot-TOsF.fd}
[2019/07/15 (autoinst) Font definitions for LGR/TheanoDidot-TOsF.]
\expandafter\ifx\csname TheanoDidot@scale\endcsname\relax
\let\TheanoDidot@@scale\@empty
\else
\edef\TheanoDidot@@scale{s*[\csname TheanoDidot@scale\endcsname]}%
\fi
\DeclareFontFamily{LGR}{TheanoDidot-TOsF}{}
% ---- regular ----
\DeclareFontShape{LGR}{TheanoDidot-TOsF}{regular}{n}{
<-> \TheanoDidot@@scale TheanoDidot-Regular-tosf-lgr
}{}
% ---- bold ----
\DeclareFontShape{LGR}{TheanoDidot-TOsF}{bold}{n}{
<-> \TheanoDidot@@scale TheanoDidot-Bold-tosf-lgr
}{}
%
% Extra 'ssub' rules to map the standard NFSS codes to our fancy names
%
% m --> regular
\DeclareFontShape{LGR}{TheanoDidot-TOsF}{m}{n}{
<-> ssub * TheanoDidot-TOsF/regular/n
}{}
% b --> bold
\DeclareFontShape{LGR}{TheanoDidot-TOsF}{b}{n}{
<-> ssub * TheanoDidot-TOsF/bold/n
}{}
\DeclareFontShape{LGR}{TheanoDidot-TOsF}{bx}{n}{
<-> ssub * TheanoDidot-TOsF/b/n
}{}
\endinput
|