From 43d4901f32636abef28cd8a92d8e3e7bab904cce Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 3 Mar 2015 06:48:11 +0100 Subject: [PATCH] Another minor documentation improvement. --- include/freetype.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/freetype.h b/include/freetype.h index 51d4d3564..8df75cbf2 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', */