diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl')
-rwxr-xr-x | Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl | 1 |
1 files changed, 1 insertions, 0 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 27adaeaf9ed..8cf536b8f64 100755 --- a/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl +++ b/Master/texmf-dist/source/fonts/japanese-otf/script/mkaltutfvf.pl @@ -24,6 +24,7 @@ sub make_uni_vf { for ($k=0; $k<=1; $k++){#face if ($k==0) {$face="mr";}elsif ($k==1){$face="gr";}elsif ($k==2){$face="mb";} elsif ($k==3){$face="gb";}elsif ($k==4){$face="mgr";}elsif ($k==5){$face="ml";} + elsif ($k==6){$face="ge";} for ($i=0; $i<=1; $i++){#direction if ($i==0) {$dir="h";}elsif ($i==1){$dir="v";} for ($first_hex=0x0; $first_hex <= 0xf; $first_hex++){ |