diff options
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r-- | pango/pango-ot-info.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index cd1778df..f6dc1ac0 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -19,6 +19,16 @@ * Boston, MA 02111-1307, USA. */ +/** + * SECTION:opentype + * @short_description:Obtaining information from OpenType tables + * @title:OpenType Font Handling + * @stability:Unstable + * + * Functions and macros in this section are used to implement the OpenType Layout + * features and algorithms. These are mostly useful when writing Fontconfig-based + * shaping engines + */ #include "config.h" #include "pango-ot-private.h" |