"American Math Society Cyrillic 10 point"; % based on "old" Computer Modern fontidentifier "MCYR"; 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=8/36; % overshoot ps=20/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=12/36; % hairline pwi=27/36; % lowercase verticals pwii=32/36; % lowercase diagonals pwiii=38/36; % dots pwiv=32/36; % uppercase verticals pwv=38/36; % uppercase diagonals % horizontal distances (in terms of the unit width) pu=20/36; % unit width lcs=1.2; % lowercase serif length ucs=1.65; % uppercase serif length ls=0; % 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.75; % half-bowl separation pual=7.25; % 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=12; 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.5; lkwidth=7; llwidth=6.5; lmwidth=7.5; lowidth=6.75; lswidth=5; luwidth=5.5; lzwidth=5.5; 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; input cyruc; % uppercase Cyrillic letters input cyrlc; % lowercase Cyrillic letters input cyrrem; % remaining characters and marks in font end