* include/freetype/ftstroke.h: updating documentation comments. I hereby declare the stroker as OFFICIAL !
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
diff --git a/ChangeLog b/ChangeLog
index 4614d34..2860557 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
are not stroked, preventing a bug with pala.ttf and other
fonts.
+ * include/freetype/ftstroke.h: updating documentation comments.
+ I hereby declare the stroker as OFFICIAL !
+
2004-07-13 Werner Lemberg <wl@gnu.org>
* src/base/ftstroke (ft_stroke_border_reverse): Removed. Unused.
diff --git a/include/freetype/ftstroke.h b/include/freetype/ftstroke.h
index a3052e8..9b58375 100644
--- a/include/freetype/ftstroke.h
+++ b/include/freetype/ftstroke.h
@@ -25,7 +25,29 @@
FT_BEGIN_HEADER
- /*@*************************************************************
+ /************************************************************************
+ *
+ * <Section>
+ * glyph stroker
+ *
+ * <Title>
+ * Glyph Stroker
+ *
+ * <Abstract>
+ * Generating bordered and stroked glyphs
+ *
+ * <Description>
+ * FreeType now provides a glyph stroker component that is capable
+ * of generating stroked outlines of a given vectorial glyph. It
+ * also allows you to retrieve the "outside" and/or "inside" borders
+ * of the stroke.
+ *
+ * This can be useful to generate "bordered" glyph, i.e. glyphs
+ * displayed with a colored (and anti-aliased) border around their
+ * shape.
+ */
+
+ /**************************************************************
*
* @type:
* FT_Stroker
@@ -36,7 +58,7 @@ FT_BEGIN_HEADER
typedef struct FT_StrokerRec_* FT_Stroker;
- /*@*************************************************************
+ /**************************************************************
*
* @enum:
* FT_Stroker_LineJoin
@@ -69,7 +91,7 @@ FT_BEGIN_HEADER
} FT_Stroker_LineJoin;
- /*@*************************************************************
+ /**************************************************************
*
* @enum:
* FT_Stroker_LineCap