commit | 01d4deb0617f1719c9848e8c6155fa582c9871a9 | [log] [tgz] |
---|---|---|
author | Werner Lemberg <wl@gnu.org> | Wed Feb 16 14:21:00 2022 +0100 |
committer | Werner Lemberg <wl@gnu.org> | Wed Feb 16 14:51:44 2022 +0100 |
tree | d36b8bd82019696c28169ff4507ccfe361608307 | |
parent | 00ae29fcd26a3425db5b3f15793796cb6e958411 [diff] |
ftmm.h: Minor documentation improvement.
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 @@ * 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. + * */