summaryrefslogtreecommitdiff
path: root/src/truetype/ttgxvar.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2023-04-26 13:17:36 +0200
committerWerner Lemberg <wl@gnu.org>2023-04-28 06:39:32 +0200
commit13df1c7d29467eb74a367a0cfc0dc4e002309816 (patch)
tree196d3e46ba3c6e5c1bdc655771b0498a32a36dcb /src/truetype/ttgxvar.c
parent9a3d05d9804c36d4862ff705bd112f400903c222 (diff)
downloadfreetype2-13df1c7d29467eb74a367a0cfc0dc4e002309816.tar.gz
Minor documentation updates.
Diffstat (limited to 'src/truetype/ttgxvar.c')
-rw-r--r--src/truetype/ttgxvar.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/truetype/ttgxvar.c b/src/truetype/ttgxvar.c
index a50231a89..963dcb7e3 100644
--- a/src/truetype/ttgxvar.c
+++ b/src/truetype/ttgxvar.c
@@ -2965,7 +2965,8 @@
* An array of `num_coords', each between [-1,1].
*
* @Return:
- * FreeType error code. 0 means success.
+ * FreeType error code. 0 means success, -1 means success and unchanged
+ * axis values.
*/
FT_LOCAL_DEF( FT_Error )
TT_Set_MM_Blend( TT_Face face,
@@ -3012,7 +3013,8 @@
* An array of `num_coords', each between [-1,1].
*
* @Return:
- * FreeType error code. 0 means success.
+ * FreeType error code. 0 means success, -1 means success and unchanged
+ * axis values.
*/
FT_LOCAL_DEF( FT_Error )
TT_Get_MM_Blend( TT_Face face,