"American Math Society Cyrillic 6 point"; % based on "old" Computer Modern fontidentifier "MCYR"; ptsize=6; mathspread=.8; % proportion of spreading for symbols like = % vertical distances ph=150/36; % h height pub=.52ph; % stem height of uppercase half-bowls plb=.52px; % stem height of lowercase half-bowls px=96/36; % x height pe=54/36; % e height pd=42/36; % descender depth plowarm=41/36; % depth of Cyrillic baseline arm psas=25/36; % depth of lowercase arm plas=32/36; % depth of uppercase arm pb=12/36; % border thickness po=5/36; % overshoot ps=12/36; % serif depth pa=.5(ph-pd); % axis height phh=ph-pssd; % cap height phhh=ph-10.8/36; % numeral height pssd=.5po; % sheared serif depth pdd=pd; % comma depth % pen widths pw=11/36; % hairline pwi=19/36; % lowercase verticals pwii=22/36; % lowercase diagonals pwiii=24/36; % dots pwiv=22/36; % uppercase verticals pwv=24/36; % uppercase diagonals % horizontal distances (in terms of the unit width) pu=14/36; % unit width lcs=1.2; % lowercase serif length ucs=1.6; % uppercase serif length ls=6/14; % letter spacing % uppercase pvbui=2; % vertical bar indentation pvbus=8; % vertical bar separation pvbushs=7; % vertical bar (for SH) separation pustla=2; % stem to low arm distance plaui=.5; % low arm indentation psui=1.5; % S indentation phbui=1; % half-bowl indentation phbus=6.5; % half-bowl separation pual=8; % arm length puai=1.5; % arm indentation puli=.5; % L indentation poui=1; % O indentation plui=2; % left U indentation prui=1.5; % right U indentation puki=.5; % K indentation % lowercase pvbli=2; % vertical bar indentation pvbls=5.5; % vertical bar separation pvblshs=5; % vertical bar (for sh) separation plstla=2; % stem to low arm separation plali=.5; % low arm indentation phbli=.5; % half-bowl indentation phbls=5; % half-bowl separation plcali=.7; % left a indentation plcari=1.9; % right a indentation poli=.5; % o indentation plal=5; % low arm length plai=1; % arm indentation plki=.5; % k indentation plli=.5; % l indentation plsi=1; % s indentation pllui=2; % left u indentation prlui=1.5; % right u indentation plzi=1; % left z indentation % character widths (uppercase) uawidth=9; udwidth=8; ufwidth=9.5; ukhwidth=8; ujawidth=9.5; ukwidth=10; ulwidth=8.5; umwidth=12; uowidth=9; uswidth=8.5; uuwidth=8.5; uzwidth=7.85; % character widths (lowercase) lawidth=5; ldwidth=6.5; lfwidth=9; lkhwidth=6; ljawidth=6; lkwidth=7; llwidth=6.5; lmwidth=7.5; lowidth=6.75; lswidth=5; luwidth=5.5; lzwidth=6; lepwidth=6.25; % miscellaneous parameters msl=.2; % affects slant of uppercase M aspect=1.0; % ratio of height to width of "corresponding" pens pdel=0; % allows widening of vertexes fudge=1.0; % allows for narrowed pens in M,W slant=0; % slant of characters sqrttwo=sqrt 2; % Knuth measure of roundness rdns=1; % Whitney measure of roundness fixwidth=0; % typewriter font? crisp=1; % squared serifs lowast=0; % low asterisk ssflag=0. % sans-serif style input cyrbase; call fontbegin; danger=0; call clear; new qyd,qyg; % perturbation settings qyd=.05; % affects position of K leg qyg=.05; % affects position of bowl on F input cyruc; % uppercase Cyrillic letters new qya,qyd,qyg; % perturbations qya=.05; % affects position of inside of ja leg qyd=.05; % affects position of inside of k leg qyg=-.5; % affects thickness of stroke in ebar,z,eprime input cyrlc; % lowercase Cyrillic letters input cyrrem; % remaining characters and marks in font end