freetype2/docs
Werner Lemberg a3dd6d99a4 Fix multiple calls of `FT_Bitmap_Convert'.
The documentation of `FT_Bitmap_Convert' says that multiple calls do
proper reallocation of the target FT_Bitmap object.  However, this
failed for the sequence

  non-empty bitmap
  empty bitmap
  non-empty bitmap

Reason was that `FT_Bitmap_Convert' only reallocated the bitmap
buffer if it became too small; it didn't make the buffer smaller.
For an empty bitmap following a non-empty one, only the buffer
dimension got set to zero, without deallocation.  If the next call
was a non-empty buffer again, an assertion in `ft_mem_qrealloc' was
triggered.

* src/base/ftbitmap.c (FT_Bitmap_Convert): Always reallocate target
buffer to the correct size.

* docs/CHANGES: Document it.
2017-09-05 23:02:04 +02:00
..
reference We no longer use CVS. 2010-01-23 16:19:33 +01:00
CHANGES Fix multiple calls of `FT_Bitmap_Convert'. 2017-09-05 23:02:04 +02:00
CMAKE * docs/CMAKE: New dummy file. 2013-11-10 06:26:52 +01:00
CUSTOMIZE Update copyright year. 2017-01-04 20:16:34 +01:00
DEBUG Typos. 2017-01-22 23:09:05 -05:00
FTL.TXT Encoding tweaks. 2016-06-16 22:57:24 -04:00
GPLv2.TXT Update license documentation. 2011-06-18 08:06:57 +02:00
INSTALL Minor documentation updates. 2017-01-13 10:33:09 +01:00
INSTALL.ANY Update copyright year. 2017-01-04 20:16:34 +01:00
INSTALL.CROSS Update copyright year. 2017-01-04 20:16:34 +01:00
INSTALL.GNU Update copyright year. 2017-01-04 20:16:34 +01:00
INSTALL.MAC Minor documentation updates. 2017-01-13 10:33:09 +01:00
INSTALL.UNIX Minor documentation updates. 2017-01-13 10:33:09 +01:00
INSTALL.VMS Update copyright year. 2017-01-04 20:16:34 +01:00
LICENSE.TXT [bdf, base] Lift hash functions from bdf driver to base module. 2015-12-19 16:59:40 +01:00
MAKEPP formatting, minor doc fixes, copyright years 2007-01-05 09:03:31 +00:00
PROBLEMS * docs/PROBLEMS: Mention rendering differences on different 2011-02-24 20:01:00 +01:00
TODO Update copyright year. 2017-01-04 20:16:34 +01:00
VERSIONS.TXT * Version 2.8 released. 2017-05-13 06:29:04 +02:00
formats.txt formats.txt: Properly document PFB. 2017-05-13 06:28:08 +02:00
freetype-config.1 * Version 2.8 released. 2017-05-13 06:29:04 +02:00
raster.txt Update copyright year. 2017-01-04 20:16:34 +01:00
release Update copyright year. 2017-01-04 20:16:34 +01:00