diff options
author | Karl Berry <karl@freefriends.org> | 2014-09-03 21:44:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-09-03 21:44:10 +0000 |
commit | d0d0d4483cb9d0d98d4570649930ddb803c83050 (patch) | |
tree | 95a35c8fe79d7de6a9ed02f325631b6d2282a003 /Master/texmf-dist/fonts/source/public/drm/drmtt10.mf | |
parent | 855095e4c676191f2890ea2fb5868c276042ae30 (diff) |
drm (2sep14)
git-svn-id: svn://tug.org/texlive/trunk@35102 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/drm/drmtt10.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/drm/drmtt10.mf | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/drm/drmtt10.mf b/Master/texmf-dist/fonts/source/public/drm/drmtt10.mf new file mode 100644 index 00000000000..95dad68ca90 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/drm/drmtt10.mf @@ -0,0 +1,71 @@ +% +AMDG + +font_identifier:="drm"; font_size:=10pt#; font_coding_scheme "T1"; +pixels_per_inch:=1200; +mode_setup; + +%%%% Define Dimensions for Whole Boxes %%%% + +phi=(1+sqrt5)/2; +cap#=8pt#; +u#=2cap#/3; +em#=cap#; +ex#=0.6cap#; +dep#=cap#/3; +ss#=0.2pt#; +asch#=12cap#/12; +digwid#=1ex#; +font_slant 0u#; +slant = 0; +font_normal_space 0.5u#; +font_normal_stretch 0.2u#; +font_normal_shrink 0.2u#; +font_x_height cap#/phi; +font_quad em#; +font_extra_space 0.5u#; + +penwidth#=0.01pt#; + +%%%% Define Dimensions for Letters %%%% + +lserc#=0; +lserh#=lserc#+lserstep#; +lhigh#=0.3u#; +lserstep#=0.08u#; +userc#=0; +userh#=userc#+userstep#; +lserw#=0.2u#; +userw#=0.2u#; +userstep#=0.08u#; +bulbsh#=0.10u#; +curvwid#=1.2pt#; +slantwid#=1.2pt#; +thickstroke#=1.0pt#; +thinstroke#=1.0pt#; +loopgap#=1.0pt#; +hair#=0.2pt#; +o#=0.1pt#; +ssslant#=0.0u#; +dotwidth#=userw#-o#; +pwid#=2userw#; +accwid# = pwid#/8; +theight#=7asch#/8; +define_pixels(theight); + +define_pixels(accwid,cap,u,em,ex,dep,ss,penwidth,lserh,userh,lhigh,lserw,bulbsh,userw,lserc,userc,lserstep,userstep,ssslant,curvwid,slantwid,pwid,hair,loopgap,dotwidth); +define_blacker_pixels(accwid,cap,u,em,ex,dep,ss,penwidth,lserh,userh,lhigh,lserw,bulbsh,userw,lserc,userc,lserstep,userstep,ssslant,curvwid,slantwid,pwid,hair); +define_blacker_pixels(thickstroke,thinstroke,penwidth,o,hair); + +pickup pencircle scaled penwidth; cappen:=savepen; +equalize=thickstroke/2-thinstroke/2; + +input drmligs +input drmttcap.mf +%input drmlowmac.mf +%input drmlow.mf +%input drmpunct.mf +%input drmacc.mf +%input drmacclet.mf +%input drmdigs.mf + +end; |