diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/droid/lgrfdm.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/droid/lgrfdm.fd | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/droid/lgrfdm.fd b/Master/texmf-dist/tex/latex/droid/lgrfdm.fd new file mode 100644 index 00000000000..1af75f559e0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/droid/lgrfdm.fd @@ -0,0 +1,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} + [2010/12/17 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 |