blob: 1bcead5dd7cb209f9ad2a16d292f069d4f06f4b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
|