diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/bengali/xbnsl10.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/bengali/xbnsl10.mf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/bengali/xbnsl10.mf b/Master/texmf-dist/fonts/source/public/bengali/xbnsl10.mf new file mode 100644 index 00000000000..68d3f2e3f91 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/bengali/xbnsl10.mf @@ -0,0 +1,30 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% xbnsl10.mf: METAFONT supplemental characters for Bengali (slanted) +% Created by: Anshuman Pandey <apandey@u.washington.edu> +% Modified: Mar 27 2002 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +mode_setup; +font_size 10pt#; +u# = 3/9pt#; +s# = 1/3pt#; +em# := 20pt#; cap# := 20pt#; +thin# := 1/3pt#; thick# := 5/6pt#; +o# := 1/5pt#; +define_pixels(em,cap); +define_blacker_pixels(thin,thick); +define_corrected_pixels(o); +numeric stwd, stht, stdp, penth; +stwd# = 10pt#; stht# = 8pt#; stdp# = 2pt#; +penth# = 0.4pt; dflt_pen := savepen; +currenttransform := identity slanted 1/5; +font_quad 18u#+2s#; +font_normal_space 9u#+3s#; +font_normal_stretch 3u#; +font_normal_shrink 2u#; +numeric slantval; slantval = 1/5; + +input xbnsupp; +end; + +%%% End of xbnsl10.mf |