mirror of https://github.com/freetype/freetype
Minor documentation fixes.
This commit is contained in:
parent
397461947c
commit
3ae2c70dc6
10
ChangeLog
10
ChangeLog
|
@ -401,12 +401,12 @@
|
|||
|
||||
2011-04-30 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
[truetype] Recalculate the sfnt table checksum always.
|
||||
[truetype] Always recalculate the sfnt table checksum.
|
||||
|
||||
* src/truetype/ttobjs.c (tt_get_sfnt_checksum): Recalculate
|
||||
the sfnt table checksum even if non-zero value is writte in
|
||||
the sfnt table checksum even if non-zero value is written in
|
||||
the TrueType font header. Some bad PDF generators write
|
||||
wrong values. For detail, see examples and benchmark tests
|
||||
wrong values. For details see examples and benchmark tests
|
||||
of the latency by recalculation:
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2011-04/msg00091.html
|
||||
http://lists.gnu.org/archive/html/freetype-devel/2011-04/msg00096.html
|
||||
|
@ -418,7 +418,7 @@
|
|||
* src/truetype/ttobjs.c (tt_check_trickyness_sfnt_ids):
|
||||
Add 8 checksum sets for NEC FA family. For the tricky fonts
|
||||
without some tables (e.g. NEC FA fonts lack cvt table),
|
||||
extra check is added to assure that 0-length table in the
|
||||
extra check is added to assure that a zero-length table in the
|
||||
registry is not included in the font.
|
||||
|
||||
2011-04-29 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
@ -716,7 +716,7 @@
|
|||
2011-02-01 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/autofit/afdummy.c: Include `aferrors.h'.
|
||||
Problem reported by Chris Liddel <chris.liddell@artifex.com>.
|
||||
Problem reported by Chris Liddell <chris.liddell@artifex.com>.
|
||||
|
||||
2011-02-01 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
|
|
|
@ -16,10 +16,6 @@ CHANGES BETWEEN 2.4.4 and 2.4.5
|
|||
redundant and is simply ignored; this means that FreeType now
|
||||
ignores the global advance width value in TrueType fonts.
|
||||
|
||||
- Just Fill Bugs contributed (experimental) code to compute blue
|
||||
zones for CJK Ideographs, improving the alignment of horizontal
|
||||
stems at the top or bottom edges.
|
||||
|
||||
|
||||
III. MISCELLANEOUS
|
||||
|
||||
|
@ -39,6 +35,10 @@ CHANGES BETWEEN 2.4.4 and 2.4.5
|
|||
|
||||
- Fixes to the cache module to improve robustness.
|
||||
|
||||
- Just Fill Bugs contributed (experimental) code to compute blue
|
||||
zones for CJK Ideographs, improving the alignment of horizontal
|
||||
stems at the top or bottom edges.
|
||||
|
||||
|
||||
======================================================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue