From 5025ed7b008385c767ff2f878c1decd740b060d3 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 18 Jun 2015 06:24:28 +0200 Subject: [PATCH] Minor documentation improvement. --- include/freetype.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/freetype.h b/include/freetype.h index bca93e5b8..31f9e11f4 100644 --- a/include/freetype.h +++ b/include/freetype.h @@ -3454,6 +3454,9 @@ FT_BEGIN_HEADER /* bitmaps available in the font, then the font is unembeddable. */ /* */ /* */ + /* The flags are ORed together, thus more than a single value can be */ + /* returned. */ + /* */ /* While the fsType flags can indicate that a font may be embedded, a */ /* license with the font vendor may be separately required to use the */ /* font in this way. */