diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 23:38:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 23:38:21 +0000 |
commit | 215012a8d684889983ec2c0629e1c704e6853d9c (patch) | |
tree | ebf1271bd71869069824935ae8a5678745bf8bce /Master/texmf-dist/fonts/source/public/montex/mbparmb.mf | |
parent | 1af3d19d6dbcbf309667d9cb4aa3cdda914914a9 (diff) |
trunk/Master/texmf-dist/fonts/source
git-svn-id: svn://tug.org/texlive/trunk@101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/montex/mbparmb.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/montex/mbparmb.mf | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/montex/mbparmb.mf b/Master/texmf-dist/fonts/source/public/montex/mbparmb.mf new file mode 100644 index 00000000000..7785322f444 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/montex/mbparmb.mf @@ -0,0 +1,108 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% File: mbparmb.mf +% Author: Oliver Corff and Dorjpalam Dorj +% Date: April 1st, 2001 +% Version: 0.8 +% Copyright: Ulaanbaatar, Beijing, Berlin +% +% Description: Local Mongolian Script (LMS) +% Mongol Bicig Modyn Bar Bold Font Parameter Definition +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +mode_setup; + mg:=1; + width#:=mg*8pt#; + height#:=mg*13.2pt#; + depth#:=mg*9.6pt#; + + % Some 'standard' character sizes ... + % From small to big ... + secAwidth#:=3/8width#; + shudwidth#:=4/8width#; + shilbewidth#:=4.5/8width#; + numtaigedeswidth#:=5/8width#; + gedeswidth#:=6/8width#; orxicwidth#:=6/8width#; + eswidth#:=7/8width#; + tewidth#:=8/8width#; + cewidth#:=9/8width#; + bawidth#:=numtaigedeswidth#+shudwidth#+1/16width#; + biwidth#:=eswidth#+shilbewidth#; + numberwidth#:=12/8width#; + + % character features; ... see description in the Black Book + Centerline#:=1/2(height#-depth#); + u#:=1pt#; + ispace#:=5pt#; + bearing#:=mg*0.75pt#; + thin#:=mg*0.50pt#; + medium#:=mg*1pt#; + thick#:=mg*2pt#; + nuruuwidth#:=mg*2.0pt#; + nuruuleft#:=Centerline#+1/2nuruuwidth#; + nuruuright#:=Centerline#-1/2nuruuwidth#; +if style=steel: + orxicouter#:=nuruuleft#+mg*10.00pt#; +else: + orxicouter#:=nuruuleft#+mg*8.00pt#; +fi; + yashilbeheight#:=nuruuleft#+mg*7.00pt#; + shilbeheight#:=nuruuleft#+mg*6pt#; + gedesouter#:=nuruuleft#+mg*5.00pt#; + shudheight#:=nuruuleft#+mg*4.00pt#; + gedesinner#:=nuruuleft#+mg*3.00pt#; + underinner#:=nuruuright#-mg*3.00pt#; + sdepth#:=nuruuright#-mg*4.00pt#; + underouter#:=nuruuright#-mg*5.00pt#; +if style=steel: + suulouter#:=nuruuright#-mg*10.00pt#; +else: + suulouter#:=nuruuright#-mg*8.00pt#; +fi; + latintopline#:=2gedeswidth#-4thin#; + latinbottomline#:=4thin#; + + define_pixels(u,bearing, + width,height,depth, + thin, medium, thick, + shudheight, + yashilbeheight, + shilbeheight, + sdepth, + secAwidth, + shudwidth, + numtaigedeswidth, + gedeswidth, + shilbewidth, + orxicwidth, + eswidth, + tewidth, + cewidth, + bawidth, + biwidth, + numberwidth, + nuruuwidth, + nuruuleft, + nuruuright, + Centerline, + gedesinner,gedesouter, + underinner,underouter, + orxicouter,suulouter, + latintopline,latinbottomline); + + define_blacker_pixels(thin,medium,thick); + + + font_size 12pt#; + + font_normal_space gedeswidth#; + font_x_height gedesouter#; + font_quad gedeswidth#; + font_extra_space gedeswidth#; + font_normal_stretch 1.5gedeswidth#; + font_normal_shrink 1thin#; + + boundarychar := 255; + + screen_rows := 500; +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% File mbparmb.mf ends here. |