diff options
Diffstat (limited to 'Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf')
-rwxr-xr-x | Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf b/Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf index 7106ed9ef1b..ee88ff50e2a 100755 --- a/Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf +++ b/Master/texmf-dist/source/fonts/japanese-otf-uptex/umkjvf @@ -554,6 +554,8 @@ sub get_face{ $face="cidjmgr"; }elsif($kana_font eq "cidjminl"){ $face="cidjml"; + }elsif($kana_font eq "cidjgotheb"){ + $face="cidjge"; }elsif($kana_font eq "cidmin"){ $face="cidm"; }elsif($kana_font eq "cidgoth"){ @@ -567,6 +569,8 @@ sub get_face{ $face="cidjmb"; }elsif($kanji_font =~ /hgothb/){ $face="cidjgb"; + }elsif($kanji_font =~ /hgotheb/){ + $face="cidjge"; }elsif($kanji_font =~ /hmgothr/){ $face="cidjmgr"; }elsif($kanji_font =~ /hminl/){ |