From 01d4deb0617f1719c9848e8c6155fa582c9871a9 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 16 Feb 2022 14:21:00 +0100 Subject: [PATCH] ftmm.h: Minor documentation improvement. --- include/freetype/ftmm.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/freetype/ftmm.h b/include/freetype/ftmm.h index 7a25e2dba..c74ce618c 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. + * */