From 2d43503901d6105a3d3d5a9eeeb9f0859537d596 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 9 Feb 2010 07:40:56 +0100 Subject: [PATCH] Minor documentation improvement. --- include/freetype/ftimage.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h index 89c760227..0272e92d2 100644 --- a/include/freetype/ftimage.h +++ b/include/freetype/ftimage.h @@ -268,6 +268,9 @@ FT_BEGIN_HEADER /* flow. In all cases, the pitch is an offset to add */ /* to a bitmap pointer in order to go down one row. */ /* */ + /* For the B/W rasterizer, `pitch' is always an even */ + /* number. */ + /* */ /* buffer :: A typeless pointer to the bitmap buffer. This */ /* value should be aligned on 32-bit boundaries in */ /* most cases. */