From 59e2c8dd253638098ce853d067ff659771d2d6b6 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 18 Jan 2009 06:42:59 +0000 Subject: [PATCH] Fix documentation of FT_Outline_GetInsideBorder. * include/freetype/ftstroke.h (FT_Outline_GetInsideBorder): Fix documentation. Problem reported by Truc Truong . * docs/CHANGES: Updated. --- ChangeLog | 7 +++++++ docs/CHANGES | 15 +++++++++++++++ include/freetype/ftstroke.h | 4 ++-- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 654e76adb..dd1a72f57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-18 Werner Lemberg + + * include/freetype/ftstroke.h (FT_Outline_GetInsideBorder): Fix + documentation. Problem reported by Truc Truong . + + * docs/CHANGES: Updated. + 2009-01-14 Werner Lemberg * Version 2.3.8 released. diff --git a/docs/CHANGES b/docs/CHANGES index 501f825a9..818053a34 100644 --- a/docs/CHANGES +++ b/docs/CHANGES @@ -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 diff --git a/include/freetype/ftstroke.h b/include/freetype/ftstroke.h index 1596f6a28..ae905005f 100644 --- a/include/freetype/ftstroke.h +++ b/include/freetype/ftstroke.h @@ -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 )