From 0b2b5ca764146feca5bd76c388d9954b9945f3ae Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 10 Jan 2008 10:33:47 +0000 Subject: [PATCH] Small doc improvement. --- include/freetype/freetype.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 8fc477d56..0a013e812 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -799,6 +799,8 @@ FT_BEGIN_HEADER /* provide localized and Unicode versions of */ /* this string. Applications should use the */ /* format specific interface to access them. */ + /* Can be NULL (e.g., in fonts embedded in a */ + /* PDF file). */ /* */ /* style_name :: The face's style name. This is an ASCII */ /* string, usually in English, which describes */