% This is ANGSAXI.MF % Special version of Computer Modern for \TeX's Robert Stevick's % A Firstbook of Old English. Kenkyusha: Tokyo, 1992. font_coding_scheme:="TeX extended ASCII"; mode_setup; font_setup; mono_charic#:=0; input nuhacccm; %altered base input gram_max; %special macros input newgb.map input greeks; input ligaturi; input iphones; input smallcap; input grampunc; input oldeng; input addpunc; input product; if production: input romanu; % upper case (majuscules) input itall; % lower case (minuscules) input itald; % numerals input italp; % ampersand, question marks, currency sign input punct; % punctuation symbols common to roman and italic text input italig; fi % now --- numerous characters with built-in diacritics input acctmax; % scandinavian ring under input urngacct; input italla; % inverted breves input ibrvacct; input romanua; input italla; % macron and acute input baraacct; input italla; input romanua; input ligaturi; % overdot characters input odotacct; input oldeng; input romanua; input italla; % hatted characters input hattacct; input italla; % scandinavian ring accent characters input orngacct; input romanua; input italla; % umlauted characters input umlaacct; input italla; input romanua; input smallcap; % acute accents input acutacct; input italla; input romanua; input ligaturi; % macron characters input macracct; input romanua; input italla; input ligaturi; % hachek characters input hachacct; input italla; % grave accented input gravacct; input italla; % cedillas input cdilacct; input italla; input romanua; % ogonek/polish hooks input ogonacct; input italla; input romanua; % tilde characters input tildacct; input italla; % now the end_game 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#; fi if production: if not monospace: k#:=-.5u#; kk#:=-1.5u#; kkk#:=-2u#; % three degrees of kerning ligtable "d": "w": "l": "l" kern +u#; ligtable "F": "V": "o" kern kk#, "e" kern kk#, "u" kern kk#, "r" kern kk#, "a" kern kk#, "A" kern kkk#, "K": "X": "O" kern k#, "C" kern k#, "G" kern k#, "Q" kern k#; ligtable "T": "y" kern kk#, "Y": "e" kern kk#, "o" kern kk#, "r" kern kk#, "a" kern kk#, "u" kern kk#, "P": "W": "A" kern kk#; ligtable "O": "D": "X" kern k#, "W" kern k#, "A" kern k#, "V" kern k#, "Y" kern k#; ligtable "A": "R": "n" kern k#, "l" kern k#, "r" kern k#, "u" kern k#, "m" kern k#, "t" kern k#, "i" kern k#, "C" kern k#, "O" kern k#, "G" kern k#, "h" kern k#, "b" kern k#, "U" kern k#, "k" kern k#, "v" kern k#, "w" kern k#, "Q" kern k#, "L": "T" kern kk#, "Y" kern kk#, "V" kern kkk#, "W" kern kkk#, "b": "c": "e": "o": "p": "r": "e" kern -u#, "a" kern -u#, "o" kern -u#, "d" kern -u#, "c" kern -u#, "g" kern -u#, "q" kern -u#; ligtable "n": "'" kern kkk#; fi % there are ligature/kern programs for |"f"| in the {\tt italig} file % and for |"-"|, |"`"|, and |"'"| in the {\tt comlig} file fi bye.