From d217950f82d246206770594b1c4c145ea3703551 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 19 Feb 2015 06:45:49 +0100 Subject: [PATCH] Minor documentation improvement. --- include/ftsynth.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/ftsynth.h b/include/ftsynth.h index ca7f2c76e..fbcbad871 100644 --- a/include/ftsynth.h +++ b/include/ftsynth.h @@ -62,8 +62,10 @@ FT_BEGIN_HEADER /* a wrapper for @FT_Outline_Embolden and @FT_Bitmap_Embolden. */ /* */ /* For emboldened outlines the height, width, and advance metrics are */ - /* increased by the strength of the emboldening. You can also call */ - /* @FT_Outline_Get_CBox to get precise values. */ + /* increased by the strength of the emboldening -- this even affects */ + /* mono-width fonts! */ + /* */ + /* You can also call @FT_Outline_Get_CBox to get precise values. */ FT_EXPORT( void ) FT_GlyphSlot_Embolden( FT_GlyphSlot slot );