shithub: freetype+ttf2subf

Download patch

ref: 9f67a45dbe76aedfcfadaa454163341f35fee6e3
parent: 0634a876d9cccff49212e514aec81e36a3a7754e
author: David Turner <[email protected]>
date: Thu Jul 15 17:13:54 EDT 2004

* include/freetype/ftstroke.h: updating documentation comments.
        I hereby declare the stroker as OFFICIAL !

git/fs: mount .git/fs: mount/attach disallowed
--- 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  <[email protected]>
 
 	* src/base/ftstroke (ft_stroke_border_reverse): Removed.  Unused.
--- a/include/freetype/ftstroke.h
+++ b/include/freetype/ftstroke.h
@@ -25,8 +25,30 @@
 
 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 @@
   typedef struct FT_StrokerRec_*  FT_Stroker;
 
 
-  /*@*************************************************************
+  /**************************************************************
    *
    * @enum:
    *   FT_Stroker_LineJoin
@@ -69,7 +91,7 @@
   } FT_Stroker_LineJoin;
 
 
-  /*@*************************************************************
+  /**************************************************************
    *
    * @enum:
    *   FT_Stroker_LineCap