4 % Computer Modern Italic lower case:
5 % This lowercase italic alphabet was prepared by D. E. Knuth in December, 1979,
6 % inspired by the Monotype faces used in {\sl The Art of Computer Programming}.
7 % The programs were revised for the new \MF\ conventions in 1985.
9 % Character codes \0141 through \0172 are generated.
12 % cmchar "Italic letter m";
13 % beginchar("m",15u#,x_height#,0);
15 % beginchar(incr num,15u#,x_height#,0);
16 beginchar( 109 ,12u#, asc_height#,0);
18 italcorr 1/3x_height#*slant+.5hair#+.5u#;
19 adjust_fit(if monospace:-1.5u#,-2u# else: 0,0 fi); pickup fine.nib;
20 numeric shaved_stem; shaved_stem=mfudged.stem;
21 save stem; stem=shaved_stem;
23 if monospace: pos1(stem,0); lft x1l=hround(2.5u-.5stem); top y1=h;
24 else: x0=0; lft x2l=hround(2.5u-.5stem);
25 hook_in(0,a,1); fi % opening hook
26 y2-.5stem=-oo; filldraw circ_stroke z2e--z1e; % left stem
27 x4+.5stem=hround(.5w+.5stem); ital_arch(2,3,4); % left arch
28 pos5(stem,0); y5=y2; x5=x4;
29 filldraw circ_stroke z5e--z4e; % middle stem
30 x7+.5stem=hround(w-2.5u+.5stem);
31 x8=x7-.25u; ital_arch(5,6,7); % right arch
32 if monospace: pos9(vair,90); x9=good.x .5[x8,w]; bot y9l=0; y8=1/3h;
33 pos8(stem,0); filldraw stroke z8e{-u,-x_height}...{right}z9e; % terminal
34 else: x9=w; hook_out(8,b,9)(skewed); fi % closing hook
35 filldraw stroke z7e{down}..{-u,-x_height}z8e; % right stem
36 math_fit(-2/3x_height#*slant+.5hair#+.5u#,ic#);
37 penlabels(0,a,1,2,3,4,5,6,7,8,9); endchar;