ref: c4bdb7357186a820e6064d10cc6fb71d1b4cb26f
parent: 939bc785f20b744834e8e239c1cbabbd7dea675a
author: Werner Lemberg <[email protected]>
date: Mon Nov 2 02:25:01 EST 2009
Minor doc fix. Found by Ian Britten.
--- a/include/freetype/ftimage.h
+++ b/include/freetype/ftimage.h
@@ -51,10 +51,9 @@
/* 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;