% This is DXTEXTIT.MF in text format, as of March 24, 1992
%
% DC fonts Version 1.1 (prerelease of EC fonts)
%
%          [ heavily borrowed from the Computer Modern Roman family of
%            fonts by D. E. Knuth ]
%
% Content:
%
%   driver file, called by parameter files with italic style fonts
%

mode_setup;
font_setup;
%
%     dx  r   l   west
%         i   u   east
%         :   :   :
%         :   :   west '3xx / east '2xx
%         :   uppercase/lowercase
%         roman / italic

if not known classic_serif:
  boolean classic_serif; fi

input dxileast; %
input dxilwest; %
input dxruwest; % identical in DCROMAN
input dxrueast; % identical in DCROMAN
%
input dxbraces;
input dxpunct;  %
input dxaccent; %
input dxsign;   % zero for mille, " # $ % @ pound sign
input dxilig;   % dotless i,j; letter ligatures  ff fi fl ffi ffl
%
input dxitalp;  %  $ ? # &
%
input dxrulett;  % upper case (majuscules)
input dxillett;  % lower case (minuscules)
input dxidigit;  % digits
%
% Fontparameter
%
font_coding_scheme:="Extended TeX Font Encoding - Latin";
if known boundarychar: boundarychar:=oct"027"; fi
font_slant slant; font_x_height x_height#;
if monospace: font_normal_space 9u#; % no stretching or shrinking
 font_quad 18u#;
 font_extra_space 9u#;
 letter_fit#:=letter_fit:=0;
else: font_normal_space 6u#+2letter_fit#;
 font_normal_stretch 3u#; font_normal_shrink 2u#;
 font_quad 18u#+4letter_fit#;
 font_extra_space 2u#;
 input dxiligtb;    % do the ligature programs
fi
bye.
