diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-05 22:45:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-05 22:45:15 +0000 |
commit | 59f17143c54efcdc9b7d1b9c679659eedee33378 (patch) | |
tree | b7fbcb790c8e17852f7e57976d97a760c7f6b21f /Master/texmf-dist/source/ptex-fontmaps/tools | |
parent | 5ac3f72077e2326d5c7203f2c7e992f20f7ed37f (diff) |
ptex-fontmaps (5may17)
git-svn-id: svn://tug.org/texlive/trunk@44206 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/ptex-fontmaps/tools')
-rwxr-xr-x | Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-tc.lua | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-tc.lua b/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-tc.lua index 6634a2ac848..db27b831cf8 100755 --- a/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-tc.lua +++ b/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-tc.lua @@ -31,10 +31,16 @@ local foundry = { gr='ukai.ttf %!PS ZenKai-Uni', {''}, }, - ['ms'] = { + ['ms'] = { -- for windows vista, 7 noncid = true, mr=':0:mingliu.ttc %!PS MingLiU', - gr='MSMHei.ttf %!PS MicrosoftMHei', -- ほかに見当たらなかったので + gr='msjh.ttf %!PS MicrosoftJhengHeiRegular', + {''}, + }, + ['ms-win10'] = { -- for windows 8, 8.1, 10 + noncid = true, + mr=':0:mingliu.ttc %!PS MingLiU', + gr=':0:msjh.ttc %!PS MicrosoftJhengHeiRegular', {''}, }, ['dynacomware'] = { |