blob: 6234fdd4218fcad3354e7bd4bcf472e77f3574a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
% 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}{}
\DeclareFontShape{OT1}{zi4}{bx}{n}{%
<-> ssub * zi4/b/n}{}
\DeclareFontShape{OT1}{zi4}{bx}{scit}{%
<-> ssub * zi4/b/scit}{}
\endinput
|