Commit 01d4deb0617f1719c9848e8c6155fa582c9871a9

Werner Lemberg 2022-02-16T14:21:00

ftmm.h: Minor documentation improvement.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/freetype/ftmm.h b/include/freetype/ftmm.h
index 7a25e2d..c74ce61 100644
--- a/include/freetype/ftmm.h
+++ b/include/freetype/ftmm.h
@@ -47,6 +47,9 @@ FT_BEGIN_HEADER
    *   MM fonts, others will work with all three types.  They are similar
    *   enough that a consistent interface makes sense.
    *
+   *   For Adobe MM fonts, macro @FT_IS_SFNT returns false.  For GX and
+   *   OpenType variation fonts, it returns true.
+   *
    */