diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/droid/droid-drv.tex')
-rw-r--r-- | Master/texmf-dist/source/fonts/droid/droid-drv.tex | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/Master/texmf-dist/source/fonts/droid/droid-drv.tex b/Master/texmf-dist/source/fonts/droid/droid-drv.tex index 0b088454264..2cc680b632d 100644 --- a/Master/texmf-dist/source/fonts/droid/droid-drv.tex +++ b/Master/texmf-dist/source/fonts/droid/droid-drv.tex @@ -43,52 +43,6 @@ \endfor(e) -\fontinstcc -\def\fd_family#1#2#3{ - \a_toks{#3} - \edef\lowercase_file{\lowercase{ - \edef\noexpand\lowercase_file{#1#2.fd}}} - \lowercase_file - \open_out{\lowercase_file} - \out_line{\percent_char~Filename:~\lowercase_file} - \out_line{\percent_char~Created~by:~tex~\jobname} - \out_line{\percent_char~Created~using~fontinst~v\fontinstversion} - \out_line{} - \out_line{\percent_char~THIS~FILE~SHOULD~BE~PUT~IN~A~TEX~INPUTS~ - DIRECTORY} - \out_line{} - \out_line{\string\ProvidesFile{\lowercase_file}} - \out_lline{[ - \the\year/ - \ifnum10>\month0\fi\the\month/ - \ifnum10>\day0\fi\the\day\space - Fontinst~v\fontinstversion\space - font~definitions~for~#1/#2. - ]} - \out_line{} - %%% - \out_line{\string\expandafter\string\ifx\string\csname\space droid@scale\string\endcsname\string\relax} - \out_line{\space\space\string\let\string\droid@scale\string\@empty} - \out_line{\string\fi} - \out_line{} - %%% - \out_line{\string\DeclareFontFamily{#1}{#2}{\the\a_toks}} - { - \csname #1-#2\endcsname - \out_line{} - \let\do_shape=\substitute_shape - \csname #1-#2\endcsname - \let\do_shape=\remove_shape - \csname #1-#2\endcsname - } - \x_cs\g_let{#1-#2}\x_relax - \out_line{} - \out_line{\string\endinput} - \close_out{Font~definitions} -} -\normalcc - - \input droidserif-drv.tex \input droidsans-drv.tex \input droidsansmono-drv.tex |