OSDN Git Service

luatex-ja/luatexja.git
10 years agoFix: replacement by IVS was overwritten by that by font features.
Hironori Kitagawa [Fri, 20 Dec 2013 08:44:58 +0000 (17:44 +0900)]
Fix: replacement by IVS was overwritten by that by font features.

10 years agoltj-otf.lua: IVS now works with OTF (similar way as ivslist.tex)
Hironori Kitagawa [Thu, 19 Dec 2013 11:43:57 +0000 (20:43 +0900)]
ltj-otf.lua: IVS now works with OTF (similar way as ivslist.tex)

10 years agotool/ivslist.tex: now works with an OpenType font
Hironori Kitagawa [Thu, 19 Dec 2013 02:22:12 +0000 (11:22 +0900)]
tool/ivslist.tex: now works with an OpenType font

10 years agoMerged test/ivs.lua into ltj-otf.lua
Hironori Kitagawa [Wed, 18 Dec 2013 00:58:51 +0000 (09:58 +0900)]
Merged test/ivs.lua into ltj-otf.lua

However, IVS-related code are not enabled if luatexja-otf.sty is only loaded.
To eneble it, one need to execute
  \directlua{luatexja.otf.enable_ivs()}
in the document.

I found that current IVS code does not work for OpenType fonts
  (e.g., Kozuka Mincho and  Hanazono Mincho OT).

10 years agotest19-ivs.tex, ivs.lua: test of variation selectors
Hironori Kitagawa [Tue, 17 Dec 2013 10:18:42 +0000 (19:18 +0900)]
test19-ivs.tex, ivs.lua: test of variation selectors

 * Test with IPA MJ Mincho (ipamjm.ttf, version 002.02).
   It seems that IVS for U+2B7EA does not work. Why?
 * Perhaps ivs.lua works fine even if LuaTeX-ja is not loaded.

10 years agoluatexja-preset.sty: \defaultjfontfeatures -> \addjfontfeature, to prevent override.
Hironori Kitagawa [Fri, 13 Dec 2013 01:17:08 +0000 (10:17 +0900)]
luatexja-preset.sty: \defaultjfontfeatures -> \addjfontfeature, to prevent override.

10 years agoUse "CJKShape=NLC" for 'hiragino-pron" preset, instead of "CJKShape=JIS2004" (untested!)
Hironori Kitagawa [Wed, 11 Dec 2013 12:28:00 +0000 (21:28 +0900)]
Use "CJKShape=NLC" for 'hiragino-pron" preset, instead of "CJKShape=JIS2004" (untested!)

10 years agoBug fix: baseline shift of a rule in math formula.
Hironori Kitagawa [Sat, 7 Dec 2013 07:43:25 +0000 (16:43 +0900)]
Bug fix: baseline shift of a rule in math formula.

10 years agoUse KozGoPr6N-Regular.otf for "Japanese part" of \ttfamily.
Hironori Kitagawa [Fri, 6 Dec 2013 06:14:37 +0000 (15:14 +0900)]
Use KozGoPr6N-Regular.otf for "Japanese part" of \ttfamily.

10 years agoAnother fix of #32527.
Hironori Kitagawa [Thu, 5 Dec 2013 22:59:54 +0000 (07:59 +0900)]
Another fix of #32527.

 - ALchar in math (`a' in `$a$') is shifted by yalbaselineshift
 - JAchar in math (`あ' in `$あ$') is shifted by yjabaselineshift
 - explicit \vrule in math mode is shifted by yalbaselineshift
 - explicit \hbox (or \vbox) in math mode is not shifted,
   because its contents were already appropreately shifted in hpack/vpack.

10 years agoFix ticket #32527.
Hironori Kitagawa [Thu, 5 Dec 2013 11:07:56 +0000 (20:07 +0900)]
Fix ticket #32527.

10 years agoUpdated test06-offset.{tex,pdf}.
Hironori Kitagawa [Thu, 5 Dec 2013 07:16:02 +0000 (16:16 +0900)]
Updated test06-offset.{tex,pdf}.

10 years agoRevert previous two commits, and updated manuals.
Hironori Kitagawa [Fri, 1 Nov 2013 22:44:18 +0000 (07:44 +0900)]
Revert previous two commits, and updated manuals.

10 years agoAnother fix of ltj-unicode-ccfix.tex: \catcode of characters in 'CJK Symbols and...
Hironori Kitagawa [Fri, 1 Nov 2013 10:21:20 +0000 (19:21 +0900)]
Another fix of ltj-unicode-ccfix.tex: \catcode of characters in 'CJK Symbols and Punctuation' = 11.

10 years agoChanged catcode of 'Halfwidth and Fullwidth forms'
Hironori Kitagawa [Fri, 1 Nov 2013 05:39:19 +0000 (14:39 +0900)]
Changed catcode of 'Halfwidth and Fullwidth forms'

U+3000:         11 -> 12 (Ideographic spc)
U+FF00--U+FFF0: 12
U+FF10--U+FF19: 11 (fullwidth numeral)
U+FF21--U+FF3A: 11 (fullwidth alph, uppercase)
U+FF41--U+FF5A: 11 (fullwidth alph, lowercase)

10 years agoluatexja-preset.sty: divided 'yu' option into 'yu-win' and 'yu-osx'
Hironori Kitagawa [Wed, 30 Oct 2013 12:33:44 +0000 (21:33 +0900)]
luatexja-preset.sty: divided 'yu' option into 'yu-win' and 'yu-osx'

10 years agoluatexja-preset.sty: using 'fontname' instead of filename
Hironori Kitagawa [Sun, 27 Oct 2013 23:23:27 +0000 (08:23 +0900)]
luatexja-preset.sty: using 'fontname' instead of filename

 * Removed obsolete option ('kozuka4' etc.)
 * Used fontname for Kozuka fonts (Pro, Pr6, Pr6N) and Yu fonts.
   - See TEXMFVAR/luatex-cache/generic/names/luaotfload-names.lua
   - Test needed: Kozuka (Pr6) and Yu (OSX)
   - If you have Hiragino fonts or Morisawa fonts,
     please edit luatexja-preset.sty to use 'fontname' of them.

10 years agoluatexja-preset.sty: add settings for Yu Mincho and Yu Gothic (bundled with Win8.1).
Hironori Kitagawa [Sat, 26 Oct 2013 06:44:05 +0000 (15:44 +0900)]
luatexja-preset.sty: add settings for Yu Mincho and Yu Gothic (bundled with Win8.1).

10 years agoupdated Chinese doc, switched default fonts to Fandol fonts.
maqiyuan [Thu, 12 Sep 2013 14:21:59 +0000 (22:21 +0800)]
updated Chinese doc, switched default fonts to Fandol fonts.

10 years agoChanged line-breaking code (CR*LF -> LF).
Hironori Kitagawa [Mon, 9 Sep 2013 22:46:30 +0000 (07:46 +0900)]
Changed line-breaking code (CR*LF -> LF).

10 years agoReleases 20130909.0 20130909.0
Hironori Kitagawa [Mon, 9 Sep 2013 07:27:13 +0000 (16:27 +0900)]
Releases 20130909.0

10 years agoRegenerated documentation PDFs.
Hironori Kitagawa [Mon, 9 Sep 2013 07:26:30 +0000 (16:26 +0900)]
Regenerated documentation PDFs.

10 years agoluatexja-preset: add \textmg and \textgteb.
Hironori Kitagawa [Sat, 7 Sep 2013 05:59:06 +0000 (14:59 +0900)]
luatexja-preset: add \textmg and \textgteb.

10 years agoluatexja-fontspec: \defaultjfontfeatures accepts an optional argument, which is a...
Kazuki Maeda [Sat, 17 Aug 2013 12:52:36 +0000 (21:52 +0900)]
luatexja-fontspec: \defaultjfontfeatures accepts an optional argument, which is a new feature in fontspec v2.3.

10 years agoFix typo in src/ltj-plain.sty and src/patches/lltjdefs.sty
Hironori Kitagawa [Thu, 11 Jul 2013 02:40:43 +0000 (11:40 +0900)]
Fix typo in src/ltj-plain.sty and src/patches/lltjdefs.sty

10 years agoMoved ltj-unicode-ccfix.tex from src/patches/ to src/ 20130711.0
Hironori Kitagawa [Wed, 10 Jul 2013 23:55:31 +0000 (08:55 +0900)]
Moved ltj-unicode-ccfix.tex from src/patches/ to src/

10 years agoReleases 20130711.0
Hironori Kitagawa [Wed, 10 Jul 2013 23:44:38 +0000 (08:44 +0900)]
Releases 20130711.0

10 years agoUpdated manuals.
Hironori Kitagawa [Wed, 10 Jul 2013 23:44:02 +0000 (08:44 +0900)]
Updated manuals.

10 years agoExcluded ltj-kinsoku.lua (from the archive for CTAN)
Hironori Kitagawa [Wed, 10 Jul 2013 12:38:16 +0000 (21:38 +0900)]
Excluded ltj-kinsoku.lua (from the archive for CTAN)

Now if one downloaded LuaTeX-ja from CTAN, he needs to process
  $ cd src
  $ lualatex ltjclasses.ins
  $ lualatex ltjltxdoc.ins
  $ lualatex ltjsclasses.ins
  $ luatex ltj-kinsoku_make.tex

10 years agoRearranged .dtx, .ins and others
Hironori Kitagawa [Mon, 8 Jul 2013 13:16:13 +0000 (22:16 +0900)]
Rearranged .dtx, .ins and others

10 years agoReleases 20130708.0 20130708.0
Hironori Kitagawa [Sun, 7 Jul 2013 21:15:21 +0000 (06:15 +0900)]
Releases 20130708.0

10 years agoMerge branch 'zh-maqiyuan' into kitagawa_test
Hironori Kitagawa [Sun, 7 Jul 2013 20:54:53 +0000 (05:54 +0900)]
Merge branch 'zh-maqiyuan' into kitagawa_test

10 years agoForgot to change fonts.ids -> fonts.hashes.identifiers
Hironori Kitagawa [Thu, 4 Jul 2013 21:09:37 +0000 (06:09 +0900)]
Forgot to change fonts.ids -> fonts.hashes.identifiers

10 years agoOptimized ltj-inputbuf.lua
Hironori Kitagawa [Wed, 3 Jul 2013 00:15:01 +0000 (09:15 +0900)]
Optimized ltj-inputbuf.lua

10 years agoCCT style for LuaTeX-ja.
maqiyuan [Mon, 24 Jun 2013 16:44:44 +0000 (00:44 +0800)]
CCT style for LuaTeX-ja.

10 years agolltjdefs.sty: add \< ( == \inhibitglue).
Hironori Kitagawa [Wed, 12 Jun 2013 09:26:07 +0000 (18:26 +0900)]
lltjdefs.sty: add \< ( == \inhibitglue).

10 years agoSupport \ltj@std(mc|gt)font and luatexja.cfg.
Hironori Kitagawa [Thu, 6 Jun 2013 13:27:15 +0000 (22:27 +0900)]
Support \ltj@std(mc|gt)font and luatexja.cfg.

10 years agoluatexja-preset.sty: 90jis/jis2004 only affect with mincho/gothic(/mg).
Hironori Kitagawa [Sat, 25 May 2013 13:50:59 +0000 (22:50 +0900)]
luatexja-preset.sty: 90jis/jis2004 only affect with mincho/gothic(/mg).

10 years agoAdd CJKShape=JIS2004 option in luatexja-fontspec.
Hironori Kitagawa [Fri, 24 May 2013 14:48:23 +0000 (23:48 +0900)]
Add CJKShape=JIS2004 option in luatexja-fontspec.

10 years agoluatexja-preset: use CJKShape=NLC/JIS1990.
Hironori Kitagawa [Thu, 23 May 2013 10:43:06 +0000 (19:43 +0900)]
luatexja-preset: use CJKShape=NLC/JIS1990.

10 years agoFandol fonts to luatexja-zhfonts.sty.
maqiyuan [Thu, 23 May 2013 07:23:21 +0000 (15:23 +0800)]
Fandol fonts to luatexja-zhfonts.sty.

10 years agoMerge branch 'zh-maqiyuan' into kitagawa_test
Hironori Kitagawa [Thu, 23 May 2013 00:11:04 +0000 (09:11 +0900)]
Merge branch 'zh-maqiyuan' into kitagawa_test

10 years agoCorrect a typo.
maqiyuan [Wed, 22 May 2013 13:21:17 +0000 (21:21 +0800)]
Correct a typo.

10 years agocwTeX fonts to luatexja-zhfonts.sty.
maqiyuan [Wed, 22 May 2013 09:56:51 +0000 (17:56 +0800)]
cwTeX fonts to luatexja-zhfonts.sty.

10 years agoHanYi fonts to luatexja-zhfonts.sty.
maqiyuan [Wed, 22 May 2013 09:42:39 +0000 (17:42 +0800)]
HanYi fonts to luatexja-zhfonts.sty.

10 years agoNow all fonts are embedded in luatexja-{ja,en}.pdf.
Hironori Kitagawa [Wed, 22 May 2013 00:29:21 +0000 (09:29 +0900)]
Now all fonts are embedded in luatexja-{ja,en}.pdf.

10 years agoUpdated manuals to embed *almost* all fonts.
Hironori Kitagawa [Tue, 21 May 2013 23:33:39 +0000 (08:33 +0900)]
Updated manuals to embed *almost* all fonts.

10 years agoRegenerated luatexja-zhfonts.pdf.
maqiyuan [Mon, 20 May 2013 13:32:59 +0000 (21:32 +0800)]
Regenerated luatexja-zhfonts.pdf.

10 years agoinitial version of luatexja-zhfonts.sty.
maqiyuan [Sun, 19 May 2013 17:51:43 +0000 (01:51 +0800)]
initial version of luatexja-zhfonts.sty.

10 years agoDoc on Chinese fonts.
maqiyuan [Sun, 19 May 2013 16:23:09 +0000 (00:23 +0800)]
Doc on Chinese fonts.

10 years agoRemove ltj-cctbreg.sty.
Kazuki Maeda [Wed, 15 May 2013 03:43:16 +0000 (12:43 +0900)]
Remove ltj-cctbreg.sty.

10 years agoReleases 20130515.0 20130515.0
Hironori Kitagawa [Tue, 14 May 2013 20:43:09 +0000 (05:43 +0900)]
Releases 20130515.0

10 years agoRegenerated PDFs.
Hironori Kitagawa [Tue, 14 May 2013 20:31:14 +0000 (05:31 +0900)]
Regenerated PDFs.

10 years agoMerge branch 'TL2013'
Hironori Kitagawa [Tue, 14 May 2013 20:30:50 +0000 (05:30 +0900)]
Merge branch 'TL2013'

10 years agoUpdated the manual.
Hironori Kitagawa [Tue, 14 May 2013 20:30:35 +0000 (05:30 +0900)]
Updated the manual.

10 years agoRevert "Regenerated manual PDFs."
Hironori Kitagawa [Tue, 14 May 2013 19:58:17 +0000 (04:58 +0900)]
Revert "Regenerated manual PDFs."

This reverts commit 06ba858ceae7f34c54e27b78a229c29e7dcf2ed1.

10 years agoUpdated file version of *.lua.
Hironori Kitagawa [Tue, 14 May 2013 12:17:32 +0000 (21:17 +0900)]
Updated file version of *.lua.

10 years agoChanged version of all files to 2013/05/14.
Hironori Kitagawa [Tue, 14 May 2013 11:26:15 +0000 (20:26 +0900)]
Changed version of all files to 2013/05/14.

10 years agoI put manuals in the wrong directory.
Hironori Kitagawa [Tue, 14 May 2013 10:57:24 +0000 (19:57 +0900)]
I put manuals in the wrong directory.

10 years agoRemoved the Chinese part from luatexja.dtx.
Hironori Kitagawa [Tue, 14 May 2013 05:24:45 +0000 (14:24 +0900)]
Removed the Chinese part from luatexja.dtx.

10 years agoRegenerated manual PDFs.
Hironori Kitagawa [Mon, 13 May 2013 21:58:54 +0000 (06:58 +0900)]
Regenerated manual PDFs.

10 years agoAnother update of READMe etc.
Hironori Kitagawa [Mon, 13 May 2013 21:57:59 +0000 (06:57 +0900)]
Another update of READMe etc.

10 years agoUpdate README.
Kazuki Maeda [Mon, 13 May 2013 14:27:33 +0000 (23:27 +0900)]
Update README.

10 years agocache for non-embbeded fonts was generated in every run.
Hironori Kitagawa [Mon, 13 May 2013 11:37:09 +0000 (20:37 +0900)]
cache for non-embbeded fonts was generated in every run.

10 years agoRevert 0c68dbd etc., since they are no longer needed.
Hironori Kitagawa [Mon, 13 May 2013 11:10:46 +0000 (20:10 +0900)]
Revert 0c68dbd etc., since they are no longer needed.

11 years agoForgot to remove a line in ltj-cctbreg.sty.
Kazuki Maeda [Sun, 12 May 2013 10:00:04 +0000 (19:00 +0900)]
Forgot to remove a line in ltj-cctbreg.sty.

11 years agoUpdated the manual; fix 'slant' and 'extend' handling for non-embedded fonts.
Hironori Kitagawa [Sun, 12 May 2013 09:52:55 +0000 (18:52 +0900)]
Updated the manual; fix 'slant' and 'extend' handling for non-embedded fonts.

11 years agoFix ltj-cctbreg.sty for new luatex-base (rev 30250).
Kazuki Maeda [Sun, 12 May 2013 09:46:43 +0000 (18:46 +0900)]
Fix ltj-cctbreg.sty for new luatex-base (rev 30250).

11 years agoDisabled '/B', '/I' and '/BI' in non-embedded fonts.
Hironori Kitagawa [Sun, 12 May 2013 06:58:10 +0000 (15:58 +0900)]
Disabled '/B', '/I' and '/BI' in non-embedded fonts.

11 years agoltj-jfont.lua: fix #31338.
Hironori Kitagawa [Sat, 11 May 2013 14:58:05 +0000 (23:58 +0900)]
ltj-jfont.lua: fix #31338.

11 years agoBugfix: luatexbase.newuserwhatsit -> luatexbase.newuserwhatsitid in luatexja.lua.
Hironori Kitagawa [Sat, 11 May 2013 11:47:07 +0000 (20:47 +0900)]
Bugfix: luatexbase.newuserwhatsit -> luatexbase.newuserwhatsitid in luatexja.lua.

11 years agoUse luatexbase.newuserwhatsit in luateja.lua. (and several small bugfixes)
Hironori Kitagawa [Wed, 8 May 2013 11:52:44 +0000 (20:52 +0900)]
Use luatexbase.newuserwhatsit in luateja.lua. (and several small bugfixes)

11 years agoltj-rmlgbm.lua: "slant=..." and "extend=..." for non-embedded fonts now work again.
Hironori Kitagawa [Wed, 8 May 2013 05:41:53 +0000 (14:41 +0900)]
ltj-rmlgbm.lua: "slant=..." and "extend=..." for non-embedded fonts now work again.

 * Fonts whose em size is not 1000 is not correctly drawn by LuaTeX.
   (This is not LuaTeX-ja specific;
    see http://oku.edu.mie-u.ac.jp/tex/mod/forum/discuss.php?d=1009)

 * \CID and commit 0c68dbd doesn't work correctly.
   e.g. luaotfload maps "Japan1.668" (fullwidth) to proportional glyph.

11 years agoFirst attempt for new luaotfload/luatexbase
Hironori Kitagawa [Tue, 7 May 2013 14:22:11 +0000 (23:22 +0900)]
First attempt for new luaotfload/luatexbase

Requirements:
 * LuaTeX >=0.74.0
 * luaotfload v2.2
 * luatexbase v0.6

---
 * luatexja-otf can't process some CIDs
 * some fonts (HG fonts?) are incorrectly displayed (too large)
 * merged 'kitagawa_cid' branch; now non-embedded fonts don't support any features.
   (I want to re-support 'expand' and 'slant', but not else)

11 years agoMerge branch 'kitagawa_cid' into kitagawa_test
Hironori Kitagawa [Tue, 7 May 2013 14:14:12 +0000 (23:14 +0900)]
Merge branch 'kitagawa_cid' into kitagawa_test

11 years agoFix ticket #31276. tl2012_last
Kazuki Maeda [Fri, 3 May 2013 04:23:13 +0000 (13:23 +0900)]
Fix ticket #31276.

11 years agocheck_box in ltj_jfmglue.lua: first_char was reset by \hbox{}.
Hironori Kitagawa [Sat, 27 Apr 2013 01:42:12 +0000 (10:42 +0900)]
check_box in ltj_jfmglue.lua: first_char was reset by \hbox{}.

example: あ\hbox{a\hbox{}}い

11 years agolltjcore.sty: redefined \@makefnmark (cf: qa57084--)
Hironori Kitagawa [Tue, 23 Apr 2013 06:16:46 +0000 (15:16 +0900)]
lltjcore.sty: redefined \@makefnmark (cf: qa57084--)

11 years agoFix for #31147. 'fullwidthify' proportional glyphs if pwid/palt are not set.
Hironori Kitagawa [Sun, 14 Apr 2013 10:21:51 +0000 (19:21 +0900)]
Fix for #31147. 'fullwidthify' proportional glyphs if pwid/palt are not set.

11 years agoltj-rmlgbm.lua: stopped to use module().
Hironori Kitagawa [Sat, 13 Apr 2013 08:22:16 +0000 (17:22 +0900)]
ltj-rmlgbm.lua: stopped to use module().

11 years agoluatexja-preset.sty: changed presets' name.
Hironori Kitagawa [Sat, 13 Apr 2013 08:19:07 +0000 (17:19 +0900)]
luatexja-preset.sty: changed presets' name.

11 years agoMerge branch 'kitagawa_test' into kitagawa_cid
Hironori Kitagawa [Mon, 8 Apr 2013 01:51:12 +0000 (10:51 +0900)]
Merge branch 'kitagawa_test' into kitagawa_cid

11 years agoJapanese math fonts (obsolete) under luatexja-fontspec.
Hironori Kitagawa [Mon, 8 Apr 2013 01:50:51 +0000 (10:50 +0900)]
Japanese math fonts (obsolete) under luatexja-fontspec.

11 years agoBugfix: \verb under fontspec.
Hironori Kitagawa [Mon, 8 Apr 2013 01:27:03 +0000 (10:27 +0900)]
Bugfix: \verb under fontspec.

11 years agoltj-jfmglue.lua: 'parbdd' wasn't effective.
Hironori Kitagawa [Fri, 5 Apr 2013 08:32:50 +0000 (17:32 +0900)]
ltj-jfmglue.lua: 'parbdd' wasn't effective.

11 years agoFix ticket #31086 (\verb*).
Hironori Kitagawa [Mon, 1 Apr 2013 23:47:49 +0000 (08:47 +0900)]
Fix ticket #31086 (\verb*).

11 years agoltj-otf.lua: \CID{} (only AJ16) works in TrueType fonts.
Hironori Kitagawa [Tue, 19 Mar 2013 01:17:17 +0000 (10:17 +0900)]
ltj-otf.lua: \CID{} (only AJ16) works in TrueType fonts.

11 years agoMerge branch 'master' into kitagawa_cid
Hironori Kitagawa [Mon, 18 Mar 2013 05:55:01 +0000 (14:55 +0900)]
Merge branch 'master' into kitagawa_cid

11 years agoReleases 20130318.1 20130318.1
Hironori Kitagawa [Mon, 18 Mar 2013 05:38:26 +0000 (14:38 +0900)]
Releases 20130318.1

11 years agotool/release.sh: remove test/ from the archive.
Hironori Kitagawa [Mon, 18 Mar 2013 05:38:01 +0000 (14:38 +0900)]
tool/release.sh: remove test/ from the archive.

11 years agoRemoved "\pdfcompresslevel=0" from test04-jfm.tex.
Hironori Kitagawa [Mon, 18 Mar 2013 05:32:44 +0000 (14:32 +0900)]
Removed "\pdfcompresslevel=0" from test04-jfm.tex.

11 years agoRegenerated manual pdfs; using IPAMincho (c7823a1) makes pdfs large.
Hironori Kitagawa [Mon, 18 Mar 2013 05:22:51 +0000 (14:22 +0900)]
Regenerated manual pdfs; using IPAMincho (c7823a1) makes pdfs large.

11 years agoReleases 20130318.0 20130318.0
Hironori Kitagawa [Mon, 18 Mar 2013 05:09:06 +0000 (14:09 +0900)]
Releases 20130318.0

11 years agoRegenerated manual pdfs.
Hironori Kitagawa [Mon, 18 Mar 2013 02:48:40 +0000 (11:48 +0900)]
Regenerated manual pdfs.

11 years agoUpdated the manual.
Hironori Kitagawa [Mon, 18 Mar 2013 01:40:54 +0000 (10:40 +0900)]
Updated the manual.

11 years agoAdd 'shared' table for fontspec.
Hironori Kitagawa [Mon, 18 Mar 2013 00:28:29 +0000 (09:28 +0900)]
Add 'shared' table for fontspec.

11 years agoloading message
Hironori Kitagawa [Sat, 16 Mar 2013 10:33:48 +0000 (19:33 +0900)]
loading message

11 years agoGlyph set width
Hironori Kitagawa [Sun, 17 Mar 2013 07:08:18 +0000 (16:08 +0900)]
Glyph set width

Here I referred to the following files:
  The Adobe-Japan1-6 Character Collection #5078 (PDF, 10.3M) 2/15/08
  The Adobe-GB1-5 Character Collection #5079    (PDF, 15.2M) 1/24/12
  The Adobe-CNS1-6 Character Collection #5080   (PDF, 9.5M) 1/12/12
  The Adobe-Korea1-2 Character Collection #5093 (PDF, 6.8M) 1/12/12

All of them can be downloaded from
  "Font technical notes" (http://www.adobe.com/devnet/font.html).

11 years agoloading message
Hironori Kitagawa [Sat, 16 Mar 2013 10:33:48 +0000 (19:33 +0900)]
loading message

11 years agoAdded 'tounicode' entry in each characters in noembed fonts.
Hironori Kitagawa [Sat, 16 Mar 2013 10:04:43 +0000 (19:04 +0900)]
Added 'tounicode' entry in each characters in noembed fonts.