Commit 43d4901f32636abef28cd8a92d8e3e7bab904cce

Werner Lemberg 2015-03-03T06:48:11

Another minor documentation improvement.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/include/freetype.h b/include/freetype.h
index 51d4d35..8df75cb 100644
--- a/include/freetype.h
+++ b/include/freetype.h
@@ -908,6 +908,11 @@ FT_BEGIN_HEADER
   /*                           Can be NULL (e.g., in fonts embedded in a   */
   /*                           PDF file).                                  */
   /*                                                                       */
+  /*                           In case the font doesn't provide a specific */
+  /*                           family name entry, FreeType tries to        */
+  /*                           synthesize one, deriving it from other name */
+  /*                           entries.                                    */
+  /*                                                                       */
   /*    style_name          :: The face's style name.  This is an ASCII    */
   /*                           string, usually in English, that describes  */
   /*                           the typeface's style (like `Italic',        */