diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-29 20:34:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-29 20:34:02 +0000 |
commit | e1299094244773357580180a167c2feefb49214c (patch) | |
tree | 3755abaf1ab1e47e48cdc3e80ee9b15dcefd5d65 /Master/texmf-dist/source/jfontmaps | |
parent | 2b9a9b7be1f917d8e2e93d2c9881c9d2177e1254 (diff) |
jfontmaps (29sep16)
git-svn-id: svn://tug.org/texlive/trunk@42180 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/jfontmaps')
-rwxr-xr-x | Master/texmf-dist/source/jfontmaps/tools/mkmap.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/jfontmaps/tools/mkmap.lua b/Master/texmf-dist/source/jfontmaps/tools/mkmap.lua index b95fc4af54d..90e8dc0e752 100755 --- a/Master/texmf-dist/source/jfontmaps/tools/mkmap.lua +++ b/Master/texmf-dist/source/jfontmaps/tools/mkmap.lua @@ -20,6 +20,18 @@ local foundry = { mgr=':0:msgothic.ttc', {''}, }, + ['ms-osx'] = { + noncid = true, + ml='MS-Mincho.ttf', + mr='MS-Mincho.ttf', + mb='MS-Mincho.ttf', + gr='MS-Gothic.ttf', + gru='MS-Gothic.ttf', + gb='MS-Gothic.ttf', + ge='MS-Gothic.ttf', + mgr='MS-Gothic.ttf', + {''}, + }, ['yu-win'] = { noncid = true, ml='yuminl.ttf %!PS YuMincho-Light', |