summaryrefslogtreecommitdiff
path: root/language/japanese/japanese-otf/src/script/mkpropofm.pl
diff options
context:
space:
mode:
Diffstat (limited to 'language/japanese/japanese-otf/src/script/mkpropofm.pl')
-rw-r--r--language/japanese/japanese-otf/src/script/mkpropofm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/language/japanese/japanese-otf/src/script/mkpropofm.pl b/language/japanese/japanese-otf/src/script/mkpropofm.pl
index b697cd5192..206b4f9e3b 100644
--- a/language/japanese/japanese-otf/src/script/mkpropofm.pl
+++ b/language/japanese/japanese-otf/src/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";