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