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