summaryrefslogtreecommitdiff
path: root/include/freetype/ftgxval.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2005-11-18 08:23:06 +0000
committerWerner Lemberg <wl@gnu.org>2005-11-18 08:23:06 +0000
commit1a293d6c7331600d6acd219d183120ff7d96fdd7 (patch)
tree5cc3e9fbd771534637758f2c40a3f36f97fd13a8 /include/freetype/ftgxval.h
parent8d81d41ae3373c830cf8a41f0da430fb0608c4a6 (diff)
downloadfreetype2-1a293d6c7331600d6acd219d183120ff7d96fdd7.tar.gz
* src/sfnt/ttload.c (tt_face_load_metrics): Ignore excess number
of metrics instead of aborting. Patch suggested by Derek Noonburg.
Diffstat (limited to 'include/freetype/ftgxval.h')
-rw-r--r--include/freetype/ftgxval.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/freetype/ftgxval.h b/include/freetype/ftgxval.h
index fd999cc95..2fdcdb4c4 100644
--- a/include/freetype/ftgxval.h
+++ b/include/freetype/ftgxval.h
@@ -206,10 +206,10 @@ FT_BEGIN_HEADER
* otherwise.
*
* After use, the application should deallocate the buffers pointed to by
- * each tables' element, by calling FT_TrueTypeGX_Free(). A NULL value
- * indicates that the table either doesn't exist in the font,
- * the application hasn't asked for validation, or the validator doesn't
- * have the ability to validate the sfnt table.
+ * each `tables' element, by calling FT_TrueTypeGX_Free(). A NULL value
+ * indicates that the table either doesn't exist in the font, the
+ * application hasn't asked for validation, or the validator doesn't have
+ * the ability to validate the sfnt table.
*/
FT_EXPORT( FT_Error )
FT_TrueTypeGX_Validate( FT_Face face,
@@ -310,8 +310,8 @@ FT_BEGIN_HEADER
*
* @note:
* After use, the application should deallocate the buffers pointed to by
- * ckern_table, by calling FT_ClassicKern_Free(). A NULL value indicates
- * that the table doesn't exist in the font.
+ * `ckern_table', by calling FT_ClassicKern_Free(). A NULL value
+ * indicates that the table doesn't exist in the font.
*/
FT_EXPORT( FT_Error )
FT_ClassicKern_Validate( FT_Face face,