blob: 085b70a9935d5a7e1261ca0baae1d5533aae87f9 (
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
|
%Filename: lgrfdm.fd
%Created by: tex droid-drv
%Created using fontinst v1.927
%THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY
\ProvidesFile{lgrfdm.fd}
[2011/01/08 Fontinst v1.927 font definitions for LGR/fdm.]
\expandafter\ifx\csname droid@fdm@scale\endcsname\relax
\let\droid@fdm@scale\@empty
\fi
\DeclareFontFamily{LGR}{fdm}{}
\DeclareFontShape{LGR}{fdm}{m}{n}{
<->\droid@fdm@scale lgr-DroidSansMono
}{}
\DeclareFontShape{LGR}{fdm}{m}{sl}{
<->\droid@fdm@scale lgr-DroidSansMono-Slanted
}{}
\DeclareFontShape{LGR}{fdm}{m}{sc}{
<->\droid@fdm@scale lgr-DroidSansMono-SmallCaps
}{}
\DeclareFontShape{LGR}{fdm}{m}{scsl}{
<->\droid@fdm@scale lgr-DroidSansMono-Slanted-SmallCaps
}{}
\DeclareFontShape{LGR}{fdm}{m}{it}{<->ssub * fdm/m/sl}{}
\DeclareFontShape{LGR}{fdm}{m}{scit}{<->ssub * fdm/m/scsl}{}
\endinput
|