summaryrefslogtreecommitdiff
path: root/include/freetype/ftoutln.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2009-01-19 14:31:53 +0000
committerWerner Lemberg <wl@gnu.org>2009-01-19 14:31:53 +0000
commit0dabaa6ce994307b48b3e1911c3c3306472a9e8c (patch)
tree2614e51b15fd4f1c2a6a14db9775569245ee7ca2 /include/freetype/ftoutln.h
parentc591c17b3ff3cb5e36a91d3a4dd2feb71b046804 (diff)
downloadfreetype2-0dabaa6ce994307b48b3e1911c3c3306472a9e8c.tar.gz
Fix documentation buglets.
Reported by Le Tan Phu <phult@necsv.com>, in report V0021 sent to ft-devel.
Diffstat (limited to 'include/freetype/ftoutln.h')
-rw-r--r--include/freetype/ftoutln.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/freetype/ftoutln.h b/include/freetype/ftoutln.h
index ed654ee7f..d7d01e827 100644
--- a/include/freetype/ftoutln.h
+++ b/include/freetype/ftoutln.h
@@ -5,7 +5,7 @@
/* Support for the FT_Outline type used to store glyph shapes of */
/* most scalable font formats (specification). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2005, 2006, 2007, 2008 by */
+/* Copyright 1996-2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -130,8 +130,7 @@ FT_BEGIN_HEADER
/* numContours :: The maximal number of contours within the outline. */
/* */
/* <Output> */
- /* anoutline :: A handle to the new outline. NULL in case of */
- /* error. */
+ /* anoutline :: A handle to the new outline. */
/* */
/* <Return> */
/* FreeType error code. 0~means success. */
@@ -362,7 +361,7 @@ FT_BEGIN_HEADER
/* outline :: A pointer to the target outline descriptor. */
/* */
/* <Note> */
- /* This functions toggles the bit flag @FT_OUTLINE_REVERSE_FILL in */
+ /* This function toggles the bit flag @FT_OUTLINE_REVERSE_FILL in */
/* the outline's `flags' field. */
/* */
/* It shouldn't be used by a normal client application, unless it */
@@ -416,7 +415,7 @@ FT_BEGIN_HEADER
/* */
/* <Description> */
/* Render an outline within a bitmap using the current scan-convert. */
- /* This functions uses an @FT_Raster_Params structure as an argument, */
+ /* This function uses an @FT_Raster_Params structure as an argument, */
/* allowing advanced features like direct composition, translucency, */
/* etc. */
/* */