diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/ibycus/ubary4.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/ibycus/ubary4.mf | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/ibycus/ubary4.mf b/Master/texmf-dist/fonts/source/public/ibycus/ubary4.mf new file mode 100644 index 00000000000..3944e2652f6 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/ibycus/ubary4.mf @@ -0,0 +1,29 @@ +savedpicture = barypicture; % it was cleared at the end of u.mf +%% but the dimensions set in u.mf remain. + +% The opened out accent clusters make an adjustment of "center" +% necessary. This helps with the smooth breathing too. + +cmchar "recentered Lowercase upsilon with smooth breathing"; +beginchar(u_len,width#,acc_ht#,0); +this_letter; spirit(x_baryctr -.75u)>; endchar; + +cmchar "recentered Lowercase upsilon with rough breathing and acute"; +beginchar(u_asproxy,width#,acc_ht#,0); +this_letter; spirit_acute(x_baryctr -.75u)<; endchar; + +cmchar "recentered Lowercase upsilon with smooth breathing and acute"; +beginchar(u_lenoxy,width#,acc_ht#,0); +this_letter; spirit_acute(x_baryctr -.75u)>; endchar; + +cmchar "Lowercase upsilon with rough breathing and grave"; +beginchar(u_asprbary,width#,acc_ht#,0); +this_letter; spirit_grave(x_baryctr-.75u)<; endchar; + +cmchar "Lowercase upsilon with smooth breathing and grave"; +beginchar(u_lenbary,width#,acc_ht#,0); +this_letter; spirit_grave(x_baryctr-.75u)>; endchar; + +picture barypicture; +picture pic.iota; +picture savedpicture; |