home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0600 / CCE_0690.ZIP / CCE_0690.PD / YANNIS / M_GREEK.MF < prev    next >
Text File  |  1993-11-01  |  567b  |  29 lines

  1. mode_setup;
  2. font_setup;
  3.  
  4. readfrom("gen_m_acc");
  5. if italics:
  6. readfrom("it_lower");
  7. readfrom("it_digits");
  8. readfrom("it_lig");
  9. else:
  10. readfrom("rgrlower");
  11. readfrom("digits");
  12. readfrom("rgrlig"); fi 
  13. readfrom("rgrupper");
  14. readfrom("m_accent");
  15. readfrom("rgrpunct");
  16.  
  17. font_slant slant; font_x_height x_height#;
  18. if monospace: font_normal_space 9u#; % no stretching or shrinking
  19. font_quad 18u#;
  20. font_extra_space 9u#;
  21. else: font_normal_space 6u#+2letter_fit#;
  22. font_normal_stretch 3u#; font_normal_shrink 2u#;
  23. font_quad 18u#+4letter_fit#;
  24. font_extra_space 2u#;
  25. fi
  26.  
  27. bye.
  28.  
  29.