diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/fonts-tlwg/scripts/gen-ttf.pe')
-rw-r--r-- | Master/texmf-dist/source/fonts/fonts-tlwg/scripts/gen-ttf.pe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/fonts-tlwg/scripts/gen-ttf.pe b/Master/texmf-dist/source/fonts/fonts-tlwg/scripts/gen-ttf.pe new file mode 100644 index 00000000000..94e200f9a5b --- /dev/null +++ b/Master/texmf-dist/source/fonts/fonts-tlwg/scripts/gen-ttf.pe @@ -0,0 +1,6 @@ +Open($1) +SetFontOrder(2) +SelectAll() +AutoInstr() +Generate($1:t:r + ".ttf") + |