Commit d217950f82d246206770594b1c4c145ea3703551

Werner Lemberg 2015-02-19T06:45:49

Minor documentation improvement.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/include/ftsynth.h b/include/ftsynth.h
index ca7f2c7..fbcbad8 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 );