Fix documentation of FT_Outline_GetInsideBorder.

* include/freetype/ftstroke.h (FT_Outline_GetInsideBorder): Fix
documentation.  Problem reported by Truc Truong <tructv@necsv.com>.

* docs/CHANGES: Updated.
This commit is contained in:
Werner Lemberg 2009-01-18 06:42:59 +00:00
parent e22dd0b80f
commit 59e2c8dd25
3 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2009-01-18 Werner Lemberg <wl@gnu.org>
* include/freetype/ftstroke.h (FT_Outline_GetInsideBorder): Fix
documentation. Problem reported by Truc Truong <tructv@necsv.com>.
* docs/CHANGES: Updated.
2009-01-14 Werner Lemberg <wl@gnu.org>
* Version 2.3.8 released.

View File

@ -1,3 +1,18 @@
CHANGES BETWEEN 2.3.9 and 2.3.8
I. IMPORTANT BUG FIXES
II. IMPORTANT CHANGES
III. MISCELLANEOUS
- `FT_Outline_Get_InsideBorder' returns FT_STROKER_BORDER_RIGHT
for empty outlines. This was incorrectly documented.
======================================================================
CHANGES BETWEEN 2.3.8 and 2.3.7
I. IMPORTANT BUG FIXES

View File

@ -4,7 +4,7 @@
/* */
/* FreeType path stroker (specification). */
/* */
/* Copyright 2002, 2003, 2004, 2005, 2006, 2008 by */
/* Copyright 2002, 2003, 2004, 2005, 2006, 2008, 2009 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@ -171,7 +171,7 @@ FT_BEGIN_HEADER
* The source outline handle.
*
* @return:
* The border index. @FT_STROKER_BORDER_LEFT for empty or invalid
* The border index. @FT_STROKER_BORDER_RIGHT for empty or invalid
* outlines.
*/
FT_EXPORT( FT_StrokerBorder )