summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-15 22:20:50 +0000
committerKarl Berry <karl@freefriends.org>2020-11-15 22:20:50 +0000
commitbe403f44114a08c9bb723a5aa2654c02bad4f811 (patch)
tree09563a492e827c5c5a486160c6315cdd8ca974e4 /Master/texmf-dist/source/fonts
parent7e32c08e488be74f4dfd66b45df252648307df5d (diff)
japanese-otf (15nov20)
git-svn-id: svn://tug.org/texlive/trunk@56938 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/fonts')
-rwxr-xr-xMaster/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl b/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl
index 44e78e1fe39..994a5741e51 100755
--- a/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl
+++ b/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl
@@ -79,7 +79,7 @@ sub printchar {
$jiscode=($_[1]+0x20)*256+($_[2]+0x20);
$unicode=$_[0]*4096+($_[1]-16)*64+($_[2]-16);
printf OVP "(CHARACTER H %X\n", $jiscode;
- print OUT " (CHARWD R 1.0)\n";#2003/10/22 CHARWD 0.962216->1.0
+ print OVP " (CHARWD R 1.0)\n";#2003/10/22 CHARWD 0.962216->1.0
print OVP " (MAP\n";
&write_map_font;
printf OVP " (SETCHAR H %X)\n", $unicode;
@@ -90,7 +90,7 @@ sub printchar {
sub printgeta {
$jiscode=($_[1]+0x20)*256+($_[2]+0x20);
printf OVP "(CHARACTER H %X\n", $jiscode;
- print OUT " (CHARWD R 1.0)\n";#2003/10/22 CHARWD 0.962216->1.0
+ print OVP " (CHARWD R 1.0)\n";#2003/10/22 CHARWD 0.962216->1.0
print OVP " (MAP\n";
print OVP " (SETCHAR H 3013)\n";
print OVP " )\n";