summaryrefslogtreecommitdiff
path: root/include/freetype/ftmodapi.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2012-08-14 20:11:17 +0200
committerWerner Lemberg <wl@gnu.org>2012-08-14 20:11:17 +0200
commit2f6be4c854d1173159507ea9906d3b3559590154 (patch)
treedda1c51a95c9a2e646e38849eea8d1032fa25e43 /include/freetype/ftmodapi.h
parent9ea55c7c333e47345de2dff0e613e3e23dc8fdd3 (diff)
downloadfreetype2-2f6be4c854d1173159507ea9906d3b3559590154.tar.gz
Document module names.
Diffstat (limited to 'include/freetype/ftmodapi.h')
-rw-r--r--include/freetype/ftmodapi.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/freetype/ftmodapi.h b/include/freetype/ftmodapi.h
index acf136696..4cb089dba 100644
--- a/include/freetype/ftmodapi.h
+++ b/include/freetype/ftmodapi.h
@@ -48,6 +48,31 @@ FT_BEGIN_HEADER
/* The definitions below are used to manage modules within FreeType. */
/* Modules can be added, upgraded, and removed at runtime. */
/* */
+ /* Here is a list of module names (the possible values of the */
+ /* `module_name' field in the @FT_Module_Class structure). */
+ /* */
+ /* { */
+ /* autofitter */
+ /* bdf */
+ /* cff */
+ /* gxvalid */
+ /* otvalid */
+ /* pcf */
+ /* pfr */
+ /* psaux */
+ /* pshinter */
+ /* psnames */
+ /* raster1, raster5 */
+ /* sfnt */
+ /* smooth, smooth-lcd, smooth-lcdv */
+ /* truetype */
+ /* type1 */
+ /* type42 */
+ /* t1cid */
+ /* winfonts */
+ /* } */
+ /* */
+ /* */
/*************************************************************************/