summaryrefslogtreecommitdiff
path: root/include/freetype/ftimage.h
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2001-01-10 06:53:49 +0000
committerDavid Turner <david@freetype.org>2001-01-10 06:53:49 +0000
commit18b55f7bbc39f92877f825326441c13f8aaf5e80 (patch)
tree31889fc9d7a57919a0123eebdf60ff1638233b2b /include/freetype/ftimage.h
parent4c8815e1a6aaaa7282cbcb0c5fd2c90c2bfe3ec0 (diff)
downloadfreetype2-18b55f7bbc39f92877f825326441c13f8aaf5e80.tar.gz
improved the docmaker script
Diffstat (limited to 'include/freetype/ftimage.h')
-rw-r--r--include/freetype/ftimage.h32
1 files changed, 31 insertions, 1 deletions
diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h
index 660848e66..3a8138fcb 100644
--- a/include/freetype/ftimage.h
+++ b/include/freetype/ftimage.h
@@ -33,6 +33,11 @@
FT_BEGIN_HEADER
+ /***********************************************************************
+ *
+ * <Section> Basic_Types
+ *
+ */
/*************************************************************************/
/* */
@@ -226,6 +231,12 @@ FT_BEGIN_HEADER
} FT_Bitmap;
+ /***********************************************************************
+ *
+ * <Section> outline_processing
+ *
+ */
+
/*************************************************************************/
/* */
/* <Struct> */
@@ -346,7 +357,8 @@ FT_BEGIN_HEADER
} FT_Outline_Flags;
-
+ /* */
+
#define FT_CURVE_TAG( flag ) ( flag & 3 )
#define FT_Curve_Tag_On 1
@@ -516,6 +528,12 @@ FT_BEGIN_HEADER
} FT_Outline_Funcs;
+ /***********************************************************************
+ *
+ * <Section> Basic_Types
+ *
+ */
+
/*************************************************************************/
/* */
/* <Macro> */
@@ -594,6 +612,18 @@ FT_BEGIN_HEADER
/* */
/*************************************************************************/
+ /************************************************************************
+ *
+ * <Section> Raster
+ *
+ * <Title> Scanline converter
+ *
+ * <Abstract>
+ * How vectorial outlines are converted into bitmaps and pixmaps
+ *
+ * <Description>
+ * This section contains technical definitions
+ */
/*************************************************************************/
/* */