aboutsummaryrefslogtreecommitdiff
path: root/freetype/include/freetype/ftoutln.h
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/include/freetype/ftoutln.h')
-rw-r--r--freetype/include/freetype/ftoutln.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freetype/include/freetype/ftoutln.h b/freetype/include/freetype/ftoutln.h
index bdeaf3277..baff88920 100644
--- a/freetype/include/freetype/ftoutln.h
+++ b/freetype/include/freetype/ftoutln.h
@@ -126,8 +126,10 @@ FT_BEGIN_HEADER
/* destroying the library, by @FT_Done_FreeType. */
/* */
/* numPoints :: The maximum number of points within the outline. */
+ /* Must be smaller than or equal to 0xFFFF (65535). */
/* */
/* numContours :: The maximum number of contours within the outline. */
+ /* This value must be in the range 0 to `numPoints'. */
/* */
/* <Output> */
/* anoutline :: A handle to the new outline. */