summaryrefslogtreecommitdiff
path: root/ChangeLog.23
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-08-26 15:15:56 +0200
committerWerner Lemberg <wl@gnu.org>2018-08-26 15:15:56 +0200
commit20957721447c2c96134e7488c6c1522490b92a9c (patch)
tree19077dfd6d4c81bc74c5f1558e5bb92bb800243e /ChangeLog.23
parentf87b711746ff1ab4f831c22d471a1fa9f63c76e1 (diff)
downloadfreetype2-20957721447c2c96134e7488c6c1522490b92a9c.tar.gz
ChangeLog*: s/\t/ /.
Diffstat (limited to 'ChangeLog.23')
-rw-r--r--ChangeLog.236
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.23 b/ChangeLog.23
index 85253f112..1c16941c6 100644
--- a/ChangeLog.23
+++ b/ChangeLog.23
@@ -1653,7 +1653,7 @@
cff: Fix some data types mismatching with their sources.
- * src/cff/cffgload.c (cff_slot_load): The types of
+ * src/cff/cffgload.c (cff_slot_load): The types of
`top_upm' and `sub_upm' are matched with
CFF_FontRecDict->units_per_em.
@@ -1976,7 +1976,7 @@
Prevent the overflows by a glyph with too many points or contours.
The bug is reported by Boris Letocha <b.letocha@gmc.net>. See
https://lists.gnu.org/archive/html/freetype-devel/2009-06/msg00031.html
- https://lists.gnu.org/archive/html/freetype-devel/2009-07/msg00002.html
+ https://lists.gnu.org/archive/html/freetype-devel/2009-07/msg00002.html
* include/freetype/ftimage.h (FT_OUTLINE_CONTOURS_MAX,
FT_OUTLINE_POINTS_MAX): New macros to declare the maximum
@@ -6948,7 +6948,7 @@
2006-11-25 David Turner <david@freetype.org>
- * src/autofit/afhints.c (af_glyph_hints_dump_points,
+ * src/autofit/afhints.c (af_glyph_hints_dump_points,
af_glyph_hints_dump_segments, af_glyph_hints_dumpedges) [!AF_DEBUG]:
Add stubs to link the `ftgrid' test program when debugging is
disabled in the auto-hinter.