From 447f0773ee0b45a88c75ea825a5b2da0a99bebd8 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 7 Apr 2012 19:13:29 +0200 Subject: [PATCH] Minor documentation improvement. --- include/freetype/freetype.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 3a5cac802..6fe116625 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -2580,7 +2580,8 @@ FT_BEGIN_HEADER * * If @FT_LOAD_RENDER is also set, the glyph is rendered in the * corresponding mode (i.e., the mode which matches the used algorithm - * best) unless @FT_LOAD_MONOCHROME is set. + * best). An exeption is FT_LOAD_TARGET_MONO since it implies + * @FT_LOAD_MONOCHROME. * * You can use a hinting algorithm that doesn't correspond to the same * rendering mode. As an example, it is possible to use the `light'