diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/inconsolata/ot1zi4.fd')
-rw-r--r-- | Master/texmf-dist/tex/latex/inconsolata/ot1zi4.fd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/inconsolata/ot1zi4.fd b/Master/texmf-dist/tex/latex/inconsolata/ot1zi4.fd new file mode 100644 index 00000000000..50714f28dd3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/inconsolata/ot1zi4.fd @@ -0,0 +1,24 @@ +% Copyright 2013 Michael Sharpe. +% You may freely use, modify and/or distribute this file. + +\ProvidesFile{ot1zi4.fd}[2013/06/09 OT1/zi4 (Inconsolata)] + +\expandafter\ifx\csname zifour@scaled\endcsname\relax + \let\zifour@scaled\@empty +\fi + +\expandafter\ifx\csname zifour@opt\endcsname\relax + \def\zifour@opt{\z@}\def\zifour@altopt{\tw@} +\fi + +\DeclareFontFamily{OT1}{zi4}{\hyphenchar\font=\m@ne} +\DeclareFontShape{OT1}{zi4}{m}{n}{% + <-> \zifour@scaled ot1-zi4r-\zifour@opt}{} +\DeclareFontShape{OT1}{zi4}{m}{scit}{% + <-> \zifour@scaled ot1-zi4r-\zifour@altopt}{} +\DeclareFontShape{OT1}{zi4}{b}{n}{% + <-> \zifour@scaled ot1-zi4b-\zifour@opt}{} +\DeclareFontShape{OT1}{zi4}{b}{scit}{% + <-> \zifour@scaled ot1-zi4b-\zifour@altopt}{} + +\endinput |