Commit 5025ed7b008385c767ff2f878c1decd740b060d3

Werner Lemberg 2015-06-18T06:24:28

Minor documentation improvement.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/freetype.h b/include/freetype.h
index bca93e5..31f9e11 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.    */
   /*                                                                       */
   /* <Note>                                                                */
+  /*    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.                                                  */