cosmetic + typo fixes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
diff --git a/ChangeLog b/ChangeLog
index 10dedc4..acee223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,14 +6,20 @@
2002-09-09 David Turner <david@freetype.org>
+ * src/pshinter/pshalgo2.c, src/pshinter/pshalgo3.c: adding fix to
+ prevent seg fault when hints are provided in an empty glyph !!
+
* src/cache/ftccache.i: fixed a bug that prevented compilation in
debug mode of template instantiation
+ * include/freetype/ftimage.h: removed incorrect "zft_" definitions
+ and updated constants documentation comments
+
* src/cff/cffparse.c: fixed the CFF table loader. It didn't accept
empty arrays, and this prevented the loading of certain fonts.
- * src/pshinter/pshalgo2.c, src/pshinter/pshalgo3.c: adding fix to
- prevent seg fault when hints are provided in an empty glyph !!
+ * include/freetype/freetype.h (FT_FaceRec): updating documentation
+ comment. The "descender" value is always *negative*, not positive !
2002-09-09 Owen Taylor <owen@redhat.com>
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 57581f8..050b69d 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -461,7 +461,6 @@ FT_BEGIN_HEADER
/* Corresponds to the encoding system for Simplified Chinese, as */
/* used in China. Only found in some TrueType fonts. */
/* */
- /* */
/* FT_ENCODING_MS_BIG5 :: */
/* Corresponds to the encoding system for Traditional Chinese, as */
/* used in Taiwan and Hong Kong. Only found in some TrueType fonts. */
diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h
index b150e3c..85dc88b 100644
--- a/include/freetype/ftimage.h
+++ b/include/freetype/ftimage.h
@@ -452,7 +452,7 @@ FT_BEGIN_HEADER
/* This constant is deprecated. Please use @FT_OUTLINE_EVEN_ODD_FILL */
/* instead. */
/* */
-#define ft_outline_even_off_fill FT_OUTLINE_EVEN_ODD_FILL
+#define ft_outline_even_odd_fill FT_OUTLINE_EVEN_ODD_FILL
/*************************************************************************/