diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-12 23:12:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-12 23:12:57 +0000 |
commit | c0fc6f08ac435f1171b1349d429fce172e37a3f2 (patch) | |
tree | 605da0e5fd6e1f63a2f0c28b8de40f7021da3ae6 /Master/texmf-dist/tex/latex/droid/x2fdm.fd | |
parent | e0c1dd1100b3d71edfbd747eaf324539d5ca5797 (diff) |
droid 2.0 (12sep11)
git-svn-id: svn://tug.org/texlive/trunk@23912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/droid/x2fdm.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/droid/x2fdm.fd | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/droid/x2fdm.fd b/Master/texmf-dist/tex/latex/droid/x2fdm.fd index b3c90d76bb0..56788dda023 100644 --- a/Master/texmf-dist/tex/latex/droid/x2fdm.fd +++ b/Master/texmf-dist/tex/latex/droid/x2fdm.fd @@ -5,28 +5,28 @@ %THIS FILE SHOULD BE PUT IN A TEX INPUTS DIRECTORY \ProvidesFile{x2fdm.fd} - [2011/08/21 Fontinst v1.933 font definitions for X2/fdm.] + [2011/09/11 Fontinst v1.933 font definitions for X2/fdm.] -\expandafter\ifx\csname droid@scale\endcsname\relax - \let\droid@scale\@empty +\expandafter\ifx\csname droid@fdm@scale\endcsname\relax + \let\droid@fdm@scale\@empty \fi \DeclareFontFamily{X2}{fdm}{} \DeclareFontShape{X2}{fdm}{m}{n}{ - <->\droid@scale DroidSansMono-x2 + <->\droid@fdm@scale DroidSansMono-x2 }{} \DeclareFontShape{X2}{fdm}{m}{sl}{ - <->\droid@scale DroidSansMono-Slanted-x2 + <->\droid@fdm@scale DroidSansMono-Slanted-x2 }{} \DeclareFontShape{X2}{fdm}{m}{sc}{ - <->\droid@scale DroidSansMono-SmallCaps-x2 + <->\droid@fdm@scale DroidSansMono-SmallCaps-x2 }{} \DeclareFontShape{X2}{fdm}{m}{scsl}{ - <->\droid@scale DroidSansMono-Slanted-SmallCaps-x2 + <->\droid@fdm@scale DroidSansMono-Slanted-SmallCaps-x2 }{} \DeclareFontShape{X2}{fdm}{m}{it}{<->ssub * fdm/m/sl}{} |