% % tipx.mf: TIPA Extra Symbols driver file % % Version 1.0 2001/11/21 FUKUI Rei % Version 1.1 2001/12/31 % % This file is based on: % Computer Modern font series by D. E. Knuth and % TSIPA by KOBAYASHI Hajime, FUKUI Rei and SHIRAKAWA Shun. % font_coding_scheme:="TeX IPA"; mode_setup; font_setup; input tipanew % new materials for testing input tipaextr % tipx symbols 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#; 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 % ligatures made by ligtables % no ligatures available. % kernings (need to modify) numeric itc#; % modified italic correction on `f' itc#=if serifs: max(0,flare#-.25u#) else: 1.25u# fi; k#:=-.5u#; kk#:=-1.5u#; kkk#:=-2u#; % three degrees of kerning % no ligtable prepared. bye.