home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cmsrc392.zip / TSET.MF < prev    next >
Text File  |  1992-03-30  |  3KB  |  88 lines

  1. % Special characters for ``extended ASCII character set'' fonts
  2.  
  3. % Two accents have been copied from {\tt accent.mf}
  4. % and there's also a (genuinely) blank space.
  5.  
  6. % Codes \0040, \0136, and \0176 are generated, in addition to the following:
  7. cdot=oct"000";
  8. down_arrow=oct"001";
  9. meet=oct"004";
  10. false_that=oct"005";
  11. elt=oct"006";
  12. up_arrow=oct"013";
  13. plus_minus=oct"014";
  14. o_plus=oct"015";
  15. infty=oct"016";
  16. subset=oct"020";
  17. superset=oct"021";
  18. cap=oct"022";
  19. cup=oct"023";
  20. for_all=oct"024";
  21. there_exists=oct"025";
  22. o_times=oct"026";
  23. double_arrow=oct"027";
  24. left_arrow=oct"030";
  25. right_arrow=oct"031";
  26. neq=oct"032";
  27. diamond=oct"033";
  28. leq=oct"034";
  29. geq=oct"035";
  30. eqv=oct"036";
  31. join=oct"037";
  32. straight_quotes=oct"042";
  33. minus=oct"055";
  34. less=oct"074";
  35. greater=oct"076";
  36. backslash=oct"134";
  37. underbar=oct"137";
  38. left_brace=oct"173";
  39. vertical=oct"174";
  40. right_brace=oct"175";
  41. integral=oct"177";
  42.  
  43. input sym;
  44.  
  45. cmchar "Blank space";
  46. beginchar(oct"040",6u#,0,0);
  47. adjust_fit(0,0); endchar;
  48.  
  49. cmchar "Circumflex (hat) accent";
  50. beginchar(oct"136",9u#,min(asc_height#,2x_height#),0);
  51. if serifs: italcorr .5[x_height#,h#]*slant+.5hair#-1.75u#;
  52.  adjust_fit(0,0);
  53.  pickup crisp.nib; pos2(.5[vair,curve],90); top y2r=h; x2=.5w;
  54.  x1=w-x3=good.x 2.25u; y1=y3=.5[x_height,y2];
  55.  pos1(hair,angle(z2-z1)+90); pos3(hair,angle(z3-z2)+90);
  56.  filldraw stroke z1e--z2e--z3e;  % diagonals
  57. else: italcorr 2/3[x_height#,h#]*slant-.5stem#+.5vair#-.75u#;
  58.  adjust_fit(0,0);
  59.  pickup fine.nib; pos1(vair,0); pos3(vair,0); x1=w-x3;
  60.  pos2(stem,0); top y2=h; x2=.5w; bot y1=bot y3=vround 2/3[h,x_height]-eps;
  61.  lft x1l=hround(rt x2r-3.25u-.5vair); % same slope as in the acute accent
  62.  z0=whatever[z1r,z2r]=whatever[z2l,z3l];
  63.  y4l=y4r=y2; x4l=good.x .2[x2l,x2]; x4r=w-x4l;
  64.  filldraw z4l--z1l--z1r--z0--z3l--z3r--z4r--cycle; fi  % diagonals
  65. penlabels(0,1,2,3,4); endchar;
  66.  
  67. cmchar "Tilde (squiggle) accent";
  68. beginchar(oct"176",9u#,min(asc_height#,10/7x_height#+.5dot_size#),0);
  69. italcorr h#*slant-u#;
  70. adjust_fit(0,0);
  71. if serifs: numeric theta; theta=angle(1/6(6u-vair),1/4(h-x_height));
  72.  pickup crisp.nib; numeric mid_width; mid_width=.4[vair,stem];
  73.  pos1(vair,theta+90); pos2(vair,theta+90);
  74.  pos3(vair,theta+90); pos4(vair,theta+90);
  75.  z2-z1=z4-z3=(mid_width-crisp)*dir theta;
  76.  lft x1r=w-rt x4l=hround 1.5u; top y4r=h;
  77.  bot y1l=vround(bot y1l+min(2/3[x_height,h],y3l-.25vair)-top y1r);
  78.  pair delta; ypart delta=3(y3l-y1l); delta=whatever*dir theta;
  79.  filldraw z1l..controls(z1l+delta)and(z3l-delta)..z3l..z4l
  80.   --z4r..controls(z4r-delta)and(z2r+delta)..z2r..z1r--cycle;  % stroke
  81. else: pickup fine.nib; pos1(vair,180); pos2(vair,90);
  82.  pos3(.5[vair,slab],90); pos4(vair,90); pos5(vair,180);
  83.  lft x1r=w-rt x5l=hround 1.5u; x2-x1=x3-x2=x4-x3=x5-x4;
  84.  bot y1=bot y4l=vround(.75[x_height,h]-vair);
  85.  top y2r=top y5=h; y3=.5[y2,y4];
  86.  filldraw stroke z1e{up}...z2e{right}..z3e..{right}z4e...{up}z5e; fi % stroke
  87. penlabels(1,2,3,4,5); endchar;
  88.