summaryrefslogtreecommitdiff
path: root/include/freetype/freetype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/freetype.h')
-rw-r--r--include/freetype/freetype.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index a6b4e3af5..0ecd15a35 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -1541,9 +1541,10 @@ FT_BEGIN_HEADER
*
* @note:
* For backward compatibility, a font with an 'sbix' table is treated as
- * a bitmap-only face. Using @FT_Open_Face with @FT_PARAM_TAG_NO_SBIX,
- * an application can switch off 'sbix' handling so that the face is
- * treated as an ordinary outline font with scalable outlines.
+ * a bitmap-only face. Using @FT_Open_Face with
+ * @FT_PARAM_TAG_IGNORE_SBIX, an application can switch off 'sbix'
+ * handling so that the face is treated as an ordinary outline font with
+ * scalable outlines.
*
* Here is some pseudo code that roughly illustrates how to implement
* 'sbix' handling according to the OpenType specification.
@@ -4940,8 +4941,8 @@ FT_BEGIN_HEADER
*
*/
#define FREETYPE_MAJOR 2
-#define FREETYPE_MINOR 11
-#define FREETYPE_PATCH 1
+#define FREETYPE_MINOR 12
+#define FREETYPE_PATCH 0
/**************************************************************************