diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/ibycus/ibycus4.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/ibycus/ibycus4.mf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/ibycus/ibycus4.mf b/Master/texmf-dist/fonts/source/public/ibycus/ibycus4.mf new file mode 100644 index 00000000000..1261eee1f09 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/ibycus/ibycus4.mf @@ -0,0 +1,39 @@ +mode_setup; +font_setup; + +font_coding_scheme:="Ibycus4 /based on TLG/"; +input ibycus4.map; % File which can be read by both TeX and MF +picture barypicture; +string currenttitle; +string subtitle; +extra_endchar:=extra_endchar&"charcode:=charcode+code_offset"; +% Add _ to the macro names used by iff to avoid confusion. +def use_it_ = + if unknown barypicture: + if known savedpicture: barypicture := savedpicture; fi fi + enddef; +def lose_it_ = let endchar = fi; let ; = fix_ semi_ + if false: enddef; +% redefine readfrom, to take advantage of path searching +% This requires a METAFONT compiled with Karl Berry's kpathsea +def readfrom(expr filename) = + scantokens ("input " & filename); enddef; +input ibyupr4 +input ibyacc4 +input ibylwr4 +input romand +input ibypnct4 +input ibylig4 + +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 + +input version4 +bye. |