"American Math Society Cyrillic Bold 10 point"; % based on "old" Computer Modern fontidentifier "MCYB"; ptsize=10; mathspread=0; % proportion of spreading for symbols like = % vertical distances ph=250/36; % h height pub=.52phh; % stem height of uppercase half-bowls plb=.52px; % stem height of lowercase half-bowls px=160/36; % x height pe=90/36; % e height pd=70/36; % descender depth plowarm=60/36; % depth of Cyrillic baseline arm psas=50/36; % depth of lowercase arm plas=60/36; % depth of uppercase arm pb=20/36; % border thickness po=6/36; % overshoot ps=10/36; % serif depth pa=.5(ph-pd); % axis height phh=ph-pssd; % cap height phhh=ph-18/36; % numeral height pssd=.5po; % sheared serif depth pdd=pd; % comma depth % pen widths pw=17/36; % hairline pwi=41/36; % lowercase verticals pwii=46/36; % lowercase diagonals pwiii=51/36; % dots pwiv=51/36; % uppercase verticals pwv=55/36; % uppercase diagonals % horizontal distances (in terms of the unit width) pu=20/36; % unit width lcs=1; % lowercase serif length ucs=1.4; % uppercase serif length ls=0; % letter spacing % uppercase incui=.2; incus=.5; % decrements to narrow font pvbui=2.2; % vertical bar indentation pvbus=8-incus; % vertical bar separation pvbushs=7-incus; % vertical bar (for SH) separation pustla=2; % stem to low arm distance plaui=.5; % low arm indentation psui=1.5; % S indentation phbui=1-incui; % half-bowl indentation phbus=7-incus; % half-bowl separation pual=8-incus; % arm length puai=1.5; % arm indentation puli=.5; % L indentation poui=1; % O indentation plui=2-incui; % left U indentation prui=1.5-incui; % right U indentation puki=.5; % K indentation % lowercase incli=.1; incls=.1667; % decremenents for indentation, separation pvbli=2-incli; % vertical bar indentation pvbls=5.5-incls; % vertical bar separation pvblshs=5-incls; % vertical bar (for sh) separation plstla=2; % stem to low arm separation plali=.5; % low arm indentation phbli=.75; % half-bowl indentation phbls=5-incls; % half-bowl separation plcali=.7; % left a indentation plcari=1.9-incli; % right a indentation poli=.5; % o indentation plal=5-incls; % 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-incus; udwidth=8-incus; ufwidth=12-incus; ukhwidth=8-incus; ujawidth=9.5-incus; ukwidth=10-incus; ulwidth=8.75-incus; umwidth=12-incus; uowidth=9-incus; uswidth=9-incus; uuwidth=8.5-incus; uzwidth=7.85-incus; % character widths (lowercase) lawidth=5; ldwidth=6.5-incls; lfwidth=9; lkhwidth=6-incls; ljawidth=6.7-incls; lkwidth=7; llwidth=6; lmwidth=7.5; lowidth=7-incls; lswidth=5-incls; luwidth=5.5; lzwidth=6-incls; lepwidth=6.25-incls; % 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. % not sans-serif style input cyrbase; call fontbegin; danger=0; call clear; new qya,qyc,qyd,qye,qyh; % perturbation settings qya=-.05; % affects position of Ja leg qyc=-.15; % affects direction of outside of Ja leg qyd=-.05; % affects position of K leg qye=-.15; % affects direction of outside of K leg qyh=-.15; % affects direction of outside top of K arm input cyruc; % uppercase Cyrillic letters call clear; new qya,qyb,qyc,qyd,qye,qza,qzb; % perturbation settings qya=-.05; % affects position of ja leg qyb=-.2; % direction at inside of ja leg qyc=.1; % direction at outside of ja leg qyd=-.05; % affects position of k leg qye=-.1; % direction at inside of k leg qza=.85; % affects thickness of bowl stroke in eprime qzb=.8; % thickness of twiddle in eprime input cyrlc; % lowercase Cyrillic letters input cyrrem; % remaining characters and marks in font end