| Index: include/freetype/fttrigon.h
|
| diff --git a/include/freetype/fttrigon.h b/include/freetype/fttrigon.h
|
| index 6b77d2ee54c3bbd4f6412b5cfcb6f4a75560d0b4..65143cb8c85624c210a118ebf51b383f91b6ce65 100644
|
| --- a/include/freetype/fttrigon.h
|
| +++ b/include/freetype/fttrigon.h
|
| @@ -4,7 +4,7 @@
|
| /* */
|
| /* FreeType trigonometric functions (specification). */
|
| /* */
|
| -/* Copyright 2001, 2003, 2005, 2007 by */
|
| +/* Copyright 2001, 2003, 2005, 2007, 2013 by */
|
| /* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
| /* */
|
| /* This file is part of the FreeType project, and may only be used, */
|
| @@ -46,7 +46,7 @@ FT_BEGIN_HEADER
|
| *
|
| * @description:
|
| * This type is used to model angle values in FreeType. Note that the
|
| - * angle is a 16.16 fixed float value expressed in degrees.
|
| + * angle is a 16.16 fixed-point value expressed in degrees.
|
| *
|
| */
|
| typedef FT_Fixed FT_Angle;
|
| @@ -106,7 +106,7 @@ FT_BEGIN_HEADER
|
| * FT_Sin
|
| *
|
| * @description:
|
| - * Return the sinus of a given angle in fixed point format.
|
| + * Return the sinus of a given angle in fixed-point format.
|
| *
|
| * @input:
|
| * angle ::
|
| @@ -130,7 +130,7 @@ FT_BEGIN_HEADER
|
| * FT_Cos
|
| *
|
| * @description:
|
| - * Return the cosinus of a given angle in fixed point format.
|
| + * Return the cosinus of a given angle in fixed-point format.
|
| *
|
| * @input:
|
| * angle ::
|
| @@ -154,7 +154,7 @@ FT_BEGIN_HEADER
|
| * FT_Tan
|
| *
|
| * @description:
|
| - * Return the tangent of a given angle in fixed point format.
|
| + * Return the tangent of a given angle in fixed-point format.
|
| *
|
| * @input:
|
| * angle ::
|
|
|