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