diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-24 23:23:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-24 23:23:20 +0000 |
commit | 44b1c57b3e9bb7fc98177afdce193c457abeddc5 (patch) | |
tree | 3ac92e35ec545fa0cf838b4f04b4ca8da7200569 /Master/texmf-dist/tex/latex/droid/lgrfdm.fd | |
parent | 0aad51642cee2274efe233768de3d2ceb11131af (diff) |
droid 1.0 (24dec10)
git-svn-id: svn://tug.org/texlive/trunk@20850 c570f23f-e606-0410-a88d-b1316a301751
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 |