diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-09-18 17:56:42 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-09-18 17:56:42 +0000 |
commit | bcf4f5c089878ad822ed4073e7de63b12344b978 (patch) | |
tree | 7947195be8a18a343b2b238bd4d6b758203dc17a /Build/source/texk/ttf2pk2/ChangeLog | |
parent | e3167f2329da4174fd1332e069788693de96b72a (diff) |
ttf2pk: Adapt to W32TeX (from Akira)
Start handling the GSUB table
Extend the test to cover vert feature from GSUB table
git-svn-id: svn://tug.org/texlive/trunk@27716 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttf2pk2/ChangeLog')
-rw-r--r-- | Build/source/texk/ttf2pk2/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Build/source/texk/ttf2pk2/ChangeLog b/Build/source/texk/ttf2pk2/ChangeLog index 840cd0bb0ac..f0dfe1b50f6 100644 --- a/Build/source/texk/ttf2pk2/ChangeLog +++ b/Build/source/texk/ttf2pk2/ChangeLog @@ -1,3 +1,39 @@ +2012-09-16 Peter Breitenlohner <peb@mppmu.mpg.de> + + * tests/ttf2pk.cfg, tests/ttf2pk.test: Extend the test to cover + vertical glyph presentation forms from GSUB table. + * tests/Test.sfd, tests/ipaexg.ttf, tests/ipaexg-[vh].map: + Additional test input. + * Makefile.am (EXTRA_DIST, DISTCLEANFILES): Adapted. + +2012-09-14 Peter Breitenlohner <peb@mppmu.mpg.de> + + * ttflib.c (SetRasterArea, LoadTrueTypeChar, TTFprocess): + Handle bitmap and bounding box. + +2012-09-11 Peter Breitenlohner <peb@mppmu.mpg.de> + + Factor out common parts of freetype2 handling into + separate files ftlib.c and ftlib.h. + * ttflib.c, ttfaux.c: Moved code from here ... + * ftlib.c, ftlib.h: ... to these new files. + * Makefile.am (common_sources): Add the new files. + +2012-09-09 Peter Breitenlohner <peb@mppmu.mpg.de> + + Revert parts of ttf2pk.diff.bz2 from ???. + * ligkern.c (checkligkern): This was obviously wrong. + * newobj.c (init_font_structure), ttf2tfm.c (main): Most of this was + never applied for W32TeX. + * ttfaux.c (readttf): Obtain font xheight from OS/2 table. + +2012-09-07 Peter Breitenlohner <peb@mppmu.mpg.de> + + * newobj.c, subfont.c, tfmaux.c, ttf2tfm.[ch], ttfaux.c, + vplaux.[ch]: Apply ttf2pk-1.5-20020430.patch from + http://ftp.ktug.or.kr/pub/ktug/freetype/contrib/ as already done + long ago for W32TeX. + 2012-07-18 Peter Breitenlohner <peb@mppmu.mpg.de> * tfmaux.c, ttf2tfm.c: Use binary mode for output files. |