shithub: freetype+ttf2subf

Download patch

ref: d217950f82d246206770594b1c4c145ea3703551
parent: 3b5f332c5b08e252551c594e9ac3ed69ec8b3360
author: Werner Lemberg <[email protected]>
date: Thu Feb 19 01:45:49 EST 2015

Minor documentation improvement.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/ftsynth.h
+++ b/include/ftsynth.h
@@ -62,8 +62,10 @@
   /* 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 );