From c4bdb7357186a820e6064d10cc6fb71d1b4cb26f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 2 Nov 2009 07:25:01 +0100 Subject: [PATCH] Minor doc fix. Found by Ian Britten. --- include/freetype/ftimage.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h index 2fcc113ad..bc3dc38c8 100644 --- a/include/freetype/ftimage.h +++ b/include/freetype/ftimage.h @@ -51,10 +51,9 @@ FT_BEGIN_HEADER /* FT_Pos */ /* */ /* */ - /* 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;