summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metafont/mflua/mfluamodes.mf
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2017-04-19 06:59:52 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2017-04-19 06:59:52 +0000
commitd2d419a890173446ae0254d73e056ffd199f6668 (patch)
tree2c389776c0cf9fa228d4c83bdbab24a1b4450eed /Master/texmf-dist/metafont/mflua/mfluamodes.mf
parent8f7e5c15460e954747291156b5c37d5d2ea4a180 (diff)
MFLua aux. files
git-svn-id: svn://tug.org/texlive/trunk@43918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metafont/mflua/mfluamodes.mf')
-rwxr-xr-xMaster/texmf-dist/metafont/mflua/mfluamodes.mf18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/metafont/mflua/mfluamodes.mf b/Master/texmf-dist/metafont/mflua/mfluamodes.mf
new file mode 100755
index 00000000000..badaabaf86a
--- /dev/null
+++ b/Master/texmf-dist/metafont/mflua/mfluamodes.mf
@@ -0,0 +1,18 @@
+input modes.mf;
+
+mode_def otcff = % OpenType ?
+ mode_param (pixels_per_inch,3600+3600); %OK 7200
+ mode_param (blacker, 0);
+ mode_param (fillin, 0);
+ mode_param (o_correction, 1);
+ mode_common_setup_;
+enddef;
+
+mode_def otcffTest =
+ mode_param (pixels_per_inch,3600);
+ mode_param (blacker, 0);
+ mode_param (fillin, 0);
+ mode_param (o_correction, 1);
+ mode_common_setup_;
+enddef;
+