summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/malayalam/effects/esoteric.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/malayalam/effects/esoteric.mf')
-rw-r--r--Master/texmf-dist/fonts/source/public/malayalam/effects/esoteric.mf27
1 files changed, 0 insertions, 27 deletions
diff --git a/Master/texmf-dist/fonts/source/public/malayalam/effects/esoteric.mf b/Master/texmf-dist/fonts/source/public/malayalam/effects/esoteric.mf
deleted file mode 100644
index 6df5d0645f6..00000000000
--- a/Master/texmf-dist/fonts/source/public/malayalam/effects/esoteric.mf
+++ /dev/null
@@ -1,27 +0,0 @@
-% esoteric.mf --- esoteric shadow effect
-
-define_whole_pixels(ht);
-shshift := 0.06ht;
-svshift := -0.06ht;
-
-def pattern=
- def endchar=
- cullit;
- picture NormalChar;
- NormalChar=currentpicture;
- clearit;
- currentpicture:=NormalChar shifted (shshift, svshift);
- picture Shadow;
- Shadow:=currentpicture;
- clearit;
- currentpicture:=Shadow-NormalChar;
- % The rest is from standard endchar
- scantokens extra_endchar;
- chardx:=w;
- shipit;
- if displaying>0: showit; fi
- endgroup
- enddef;
-enddef;
-
-% end of esoteric.mf