diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-22 23:05:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-22 23:05:00 +0000 |
commit | c50741873ba695ded131eba618db95962a0e5f27 (patch) | |
tree | aefb78f55df8a0eeab065db6ee84529e36251fbc /Master/texmf-dist/source/jfontmaps | |
parent | a29b710836fa3c0b010456c25471186ef2f97548 (diff) |
jfontmaps (per akira)
git-svn-id: svn://tug.org/texlive/trunk@32211 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/jfontmaps')
-rwxr-xr-x | Master/texmf-dist/source/jfontmaps/tools/mkmap.lua | 32 |
1 files changed, 24 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/jfontmaps/tools/mkmap.lua b/Master/texmf-dist/source/jfontmaps/tools/mkmap.lua index eed45704de6..b21eefd0f88 100755 --- a/Master/texmf-dist/source/jfontmaps/tools/mkmap.lua +++ b/Master/texmf-dist/source/jfontmaps/tools/mkmap.lua @@ -20,6 +20,22 @@ local foundry = { mgr=':0:msgothic.ttc', {''}, }, + ['yu-win'] = { + noncid = true, + ml='yuminl.ttf', mr='yumin.ttf', mb='yumindb.ttf', + gr='yugothic.ttf', gru='yugothic.ttf', gb='yugothib.ttf', ge='yugothib.ttf', + mgr='yugothib.ttf', + {''}, + }, + ['yu-osx'] = { + noncid = false, + ml='YuMincho-Medium.otf', mr='YuMincho-Medium.otf', + mb='YuMincho-Demibold.otf', + gr='YuGothic-Medium.otf', gru='YuGothic-Medium.otf', + gb='YuGothic-Bold.otf', ge='YuGothic-Bold.otf', + mgr='YuGothic-Bold.otf', + {''}, + }, ['ipa'] = { noncid = true, ml='ipam.ttf', mr='ipam.ttf', mb='ipam.ttf', @@ -166,14 +182,14 @@ local maps = { {'uphgothb-#', 'UniJIS-UTF16-#', 'gb'}, {'uphgotheb-#','UniJIS-UTF16-#', 'ge'}, {'uphmgothr-#','UniJIS-UTF16-#', 'mgr'}, - --'% TEXT, JIS04 (not yet)', - --{'uphminln-#', 'UniJIS2004-UTF16-#', 'ml'}, - --{'uphminrn-#', 'UniJIS2004-UTF16-#', 'mr'}, - --{'uphminbn-#', 'UniJIS2004-UTF16-#', 'mb'}, - --{'uphgothrn-#', 'UniJIS2004-UTF16-#', 'gr'}, - --{'uphgothbn-#', 'UniJIS2004-UTF16-#', 'gb'}, - --{'uphgothebn-#','UniJIS2004-UTF16-#', 'ge'}, - --{'uphmgothrn-#','UniJIS2004-UTF16-#', 'mgr'}, + '% TEXT, JIS04', + {'uphminln-#', 'UniJIS2004-UTF16-#', 'ml'}, + {'uphminrn-#', 'UniJIS2004-UTF16-#', 'mr'}, + {'uphminbn-#', 'UniJIS2004-UTF16-#', 'mb'}, + {'uphgothrn-#', 'UniJIS2004-UTF16-#', 'gr'}, + {'uphgothbn-#', 'UniJIS2004-UTF16-#', 'gb'}, + {'uphgothebn-#','UniJIS2004-UTF16-#', 'ge'}, + {'uphmgothrn-#','UniJIS2004-UTF16-#', 'mgr'}, }, } |