summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-05 21:22:16 +0000
committerKarl Berry <karl@freefriends.org>2022-03-05 21:22:16 +0000
commited099ade3882aac35175daa31fb6712d140d307b (patch)
tree3812f295401873afad3394b189a345823e4a2f2d /Master/texmf-dist/source/fonts
parent78e8e11677f05c6d8c95666100af8481943d9d8a (diff)
japanese-otf (5mar22) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2021.final@62456 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts')
-rw-r--r--Master/texmf-dist/source/fonts/japanese-otf/script/mkcidofm.pl2
-rw-r--r--Master/texmf-dist/source/fonts/japanese-otf/script/mkpropofm.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf/script/mkcidofm.pl b/Master/texmf-dist/source/fonts/japanese-otf/script/mkcidofm.pl
index 5938984b2f8..4b4d34b1293 100644
--- a/Master/texmf-dist/source/fonts/japanese-otf/script/mkcidofm.pl
+++ b/Master/texmf-dist/source/fonts/japanese-otf/script/mkcidofm.pl
@@ -8,7 +8,7 @@ for ($d=0; $d<=1; $d++){
$font_name="otf-$base_name-$dir";
open(OPL, ">opl/$font_name.opl") || die "cannot make file";
print OPL "(OFMLEVEL D 1)\n";
- print OPL "(FONTDIR TL)\n";
+ printf OPL "(FONTDIR %s)\n", $d==1 ? "RT" : "TL";
print OPL "(FAMILY HIRAMIN)\n";
print OPL "(FACE F MRR)\n";
print OPL "(CODINGSCHEME UNSPECIFIED)\n";
diff --git a/Master/texmf-dist/source/fonts/japanese-otf/script/mkpropofm.pl b/Master/texmf-dist/source/fonts/japanese-otf/script/mkpropofm.pl
index b697cd5192a..206b4f9e3bf 100644
--- a/Master/texmf-dist/source/fonts/japanese-otf/script/mkpropofm.pl
+++ b/Master/texmf-dist/source/fonts/japanese-otf/script/mkpropofm.pl
@@ -18,7 +18,7 @@ foreach $base_name(@font_base_name){
$font_name="$base_name-$dir";
open(OPL, ">opl/$font_name.opl") || die "cannot make file";
print OPL "(OFMLEVEL D 1)\n";
- print OPL "(FONTDIR TL)\n";
+ printf OPL "(FONTDIR %s)\n", $d==1 ? "RT" : "TL";
print OPL "(FAMILY HIRAMIN)\n";
print OPL "(FACE F MRR)\n";
print OPL "(CODINGSCHEME UNSPECIFIED)\n";