diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/malayalam/effects/outline.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/malayalam/effects/outline.mf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/malayalam/effects/outline.mf b/Master/texmf-dist/fonts/source/public/malayalam/effects/outline.mf new file mode 100644 index 00000000000..cedb93e9cfa --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/malayalam/effects/outline.mf @@ -0,0 +1,20 @@ +% outline.mf --- outline effect + +def pattern= + def endchar= + cull currentpicture keeping (1, infinity); + picture v; v := currentpicture; + cull currentpicture keeping (1,1) withweight 3; + addto currentpicture also v - v shifted right + - v shifted left - v shifted up - v shifted down; + cull currentpicture keeping (1,4); + % rest from standard endchar + scantokens extra_endchar; + chardx:=w; + shipit; + if displaying>0: showit; fi + endgroup + enddef; +enddef; + +% end of outline.mf |