diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/ibycus/ibary4.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/ibycus/ibary4.mf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/ibycus/ibary4.mf b/Master/texmf-dist/fonts/source/public/ibycus/ibary4.mf new file mode 100644 index 00000000000..1bcead5dd7c --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/ibycus/ibary4.mf @@ -0,0 +1,15 @@ +savedpicture = barypicture; % it was cleared at the end of i.mf +%% but the dimensions set in i.mf remain. + +cmchar "Lowercase iota with rough breathing and grave"; +beginchar(i_asprbary,width#,acc_ht#,0); +this_letter; spirit_grave(x_baryctr)<; endchar; + +cmchar "Lowercase iota with smooth breathing and grave"; +beginchar(i_lenbary,width#,acc_ht#,0); +this_letter; spirit_grave(x_baryctr)>; endchar; + +picture barypicture; +picture pic.iota; +picture savedpicture; + |