diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 23:38:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 23:38:21 +0000 |
commit | 215012a8d684889983ec2c0629e1c704e6853d9c (patch) | |
tree | ebf1271bd71869069824935ae8a5678745bf8bce /Master/texmf-dist/fonts/source/public/ibycus/ibycus4.mf | |
parent | 1af3d19d6dbcbf309667d9cb4aa3cdda914914a9 (diff) |
trunk/Master/texmf-dist/fonts/source
git-svn-id: svn://tug.org/texlive/trunk@101 c570f23f-e606-0410-a88d-b1316a301751
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. |