Another minor documentation improvement.
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', */