Minor doc fix.

Found by Ian Britten.
This commit is contained in:
Werner Lemberg 2009-11-02 07:25:01 +01:00
parent 939bc785f2
commit c4bdb73571
1 changed files with 3 additions and 4 deletions

View File

@ -51,10 +51,9 @@ FT_BEGIN_HEADER
/* FT_Pos */
/* */
/* <Description> */
/* The type FT_Pos is a 32-bit integer used to store vectorial */
/* coordinates. Depending on the context, these can represent */
/* distances in integer font units, or 16.16, or 26.6 fixed float */
/* pixel coordinates. */
/* The type FT_Pos is used to store vectorial coordinates. Depending */
/* on the context, these can represent distances in integer font */
/* units, or 16.16, or 26.6 fixed float pixel coordinates. */
/* */
typedef signed long FT_Pos;