diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-24 22:07:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-24 22:07:22 +0000 |
commit | df8c15af70ae0285dfc16d242afca43f2c3b976e (patch) | |
tree | 2f35f3135332f0df3198d8ee379c334617b16914 /Master/texmf-dist/source/ptex-fontmaps | |
parent | d3260261d51e0a48e44e13c97ce0f4bc47bbde34 (diff) |
ptex-fontmaps (24jun17)
git-svn-id: svn://tug.org/texlive/trunk@44683 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/ptex-fontmaps')
-rwxr-xr-x | Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-ko.lua | 6 | ||||
-rwxr-xr-x | Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-sc.lua | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-ko.lua b/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-ko.lua index 3c0a91525c3..8017d7bcf03 100755 --- a/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-ko.lua +++ b/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-ko.lua @@ -31,9 +31,9 @@ local foundry = { }, ['ms'] = { noncid = true, - mr=':0:batang.ttc %!PS Batang', - gr=':2:gulim.ttc %!PS Dotum', - mgr=':0:gulim.ttc %!PS Gulim', + mr=':1:batang.ttc %!PS BatangChe', + gr=':3:gulim.ttc %!PS DotumChe', + mgr=':1:gulim.ttc %!PS GulimChe', {''}, }, ['apple'] = { diff --git a/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-sc.lua b/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-sc.lua index 0372b75714c..7a4190c5553 100755 --- a/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-sc.lua +++ b/Master/texmf-dist/source/ptex-fontmaps/tools/mkmap-sc.lua @@ -37,6 +37,12 @@ local foundry = { gr='FandolHei-Regular.otf', {''}, }, + ['founder'] = { + noncid = true, + mr='FZSSK.TTF %!PS FZSSK--GBK1-0', + gr='FZHTK.TTF %!PS FZHTK--GBK1-0', + {''}, + }, ['ms'] = { noncid = true, mr=':0:simsun.ttc %!PS SimSun', |