| Index: include/freetype/ftstroke.h
|
| diff --git a/include/freetype/ftstroke.h b/include/freetype/ftstroke.h
|
| index 49ae2bc0614500ec5ed97821002f8c580447080a..a498e4a883befe14f3d319c86c64d145cb36daa6 100644
|
| --- a/include/freetype/ftstroke.h
|
| +++ b/include/freetype/ftstroke.h
|
| @@ -4,7 +4,7 @@
|
| /* */
|
| /* FreeType path stroker (specification). */
|
| /* */
|
| -/* Copyright 2002-2006, 2008, 2009, 2011 by */
|
| +/* Copyright 2002-2006, 2008, 2009, 2011-2012 by */
|
| /* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
| /* */
|
| /* This file is part of the FreeType project, and may only be used, */
|
| @@ -271,7 +271,7 @@ FT_BEGIN_HEADER
|
| * miter_limit ::
|
| * The miter limit for the FT_STROKER_LINEJOIN_MITER_FIXED and
|
| * FT_STROKER_LINEJOIN_MITER_VARIABLE line join styles,
|
| - * expressed as 16.16 fixed point value.
|
| + * expressed as 16.16 fixed-point value.
|
| *
|
| * @note:
|
| * The radius is expressed in the same units as the outline
|
| @@ -682,6 +682,11 @@ FT_BEGIN_HEADER
|
| *
|
| * @note:
|
| * The source glyph is untouched in case of error.
|
| + *
|
| + * Adding stroke may yield a significantly wider and taller glyph
|
| + * depending on how large of a radius was used to stroke the glyph. You
|
| + * may need to manually adjust horizontal and vertical advance amounts
|
| + * to account for this added size.
|
| */
|
| FT_EXPORT( FT_Error )
|
| FT_Glyph_Stroke( FT_Glyph *pglyph,
|
| @@ -719,6 +724,11 @@ FT_BEGIN_HEADER
|
| *
|
| * @note:
|
| * The source glyph is untouched in case of error.
|
| + *
|
| + * Adding stroke may yield a significantly wider and taller glyph
|
| + * depending on how large of a radius was used to stroke the glyph. You
|
| + * may need to manually adjust horizontal and vertical advance amounts
|
| + * to account for this added size.
|
| */
|
| FT_EXPORT( FT_Error )
|
| FT_Glyph_StrokeBorder( FT_Glyph *pglyph,
|
|
|