summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2005-09-23 08:00:51 +0000
committerDavid Turner <david@freetype.org>2005-09-23 08:00:51 +0000
commita879e8e278067417d082edf13efd7c5190ea3b26 (patch)
tree346bb13927f777c48d13e45017232d2ba301ccc2
parentf0721f989777e7c3ecbb38cae48c1a7753aee3a9 (diff)
downloadfreetype2-a879e8e278067417d082edf13efd7c5190ea3b26.tar.gz
* src/autofit/aflatin.c (af_latin_hints_init): fixed a bug that
prevented internal hint mode bitflags from being computed correctly
-rw-r--r--ChangeLog7
-rw-r--r--src/autofit/aflatin.c4
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 686c9e9fd..a47f4ace5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-23 David Turner <david@freetype.org>
+
+ * src/autofit/aflatin.c (af_latin_hints_init): fixed a bug that
+ prevented internal hint mode bitflags from being computed correctly
+
2005-09-22 Werner Lemberg <wl@gnu.org>
* docs/CHANGES: Mention SING Glyphlet support.
@@ -419,7 +424,7 @@
2005-07-04 Werner Lemberg <wl@gnu.org>
- * include/freetype/internal/ftmemory.h (FT_REALLOC_ARRAY): Fix typo.
+ * include/freetype/internal/ftmemory.h (FT_REALLOC_ARRAY): Fix typo.
Reported by Brett Hutley.
2005-06-30 David Turner <david@freetype.org>
diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c
index a1f8f8704..ab47f88e4 100644
--- a/src/autofit/aflatin.c
+++ b/src/autofit/aflatin.c
@@ -848,7 +848,7 @@
AF_Direction major_dir = axis->major_dir;
AF_Segment seg1, seg2;
-
+
/* now compare each segment to the others */
for ( seg1 = segments; seg1 < segment_limit; seg1++ )
{
@@ -1311,6 +1311,8 @@
mode = metrics->root.scaler.render_mode;
+ hints->other_flags = 0;
+
/*
* We snap the width of vertical stems for the monochrome and
* horizontal LCD rendering targets only.