summaryrefslogtreecommitdiff
path: root/include/freetype/internal/tttypes.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-06-17 11:22:37 +0200
committerWerner Lemberg <wl@gnu.org>2018-06-17 11:22:37 +0200
commit19d8687f0b95e51daf729d51a4e154cd1b5efc1a (patch)
tree24af6ebad77e13d31dbcdafeceb35dab31232bd8 /include/freetype/internal/tttypes.h
parentda846919141be47171e33f9a3fe4c57ba8fa7fbf (diff)
downloadfreetype2-19d8687f0b95e51daf729d51a4e154cd1b5efc1a.tar.gz
Fix documentation indentation; s/@const/@enum/; harmonize doc keywords.
Diffstat (limited to 'include/freetype/internal/tttypes.h')
-rw-r--r--include/freetype/internal/tttypes.h50
1 files changed, 25 insertions, 25 deletions
diff --git a/include/freetype/internal/tttypes.h b/include/freetype/internal/tttypes.h
index 945b250c8..f7c2c2474 100644
--- a/include/freetype/internal/tttypes.h
+++ b/include/freetype/internal/tttypes.h
@@ -1794,41 +1794,41 @@ FT_BEGIN_HEADER
* @Struct:
* TT_GlyphZoneRec
*
- * @Description:
- * A glyph zone is used to load, scale and hint glyph outline
- * coordinates.
+ * @Description:
+ * A glyph zone is used to load, scale and hint glyph outline
+ * coordinates.
*
- * @Fields:
- * memory ::
- * A handle to the memory manager.
+ * @Fields:
+ * memory ::
+ * A handle to the memory manager.
*
- * max_points ::
- * The maximum size in points of the zone.
+ * max_points ::
+ * The maximum size in points of the zone.
*
- * max_contours ::
- * Max size in links contours of the zone.
+ * max_contours ::
+ * Max size in links contours of the zone.
*
- * n_points ::
- * The current number of points in the zone.
+ * n_points ::
+ * The current number of points in the zone.
*
- * n_contours ::
- * The current number of contours in the zone.
+ * n_contours ::
+ * The current number of contours in the zone.
*
- * org ::
- * The original glyph coordinates (font
- * units/scaled).
+ * org ::
+ * The original glyph coordinates (font
+ * units/scaled).
*
- * cur ::
- * The current glyph coordinates (scaled/hinted).
+ * cur ::
+ * The current glyph coordinates (scaled/hinted).
*
- * tags ::
- * The point control tags.
+ * tags ::
+ * The point control tags.
*
- * contours ::
- * The contours end points.
+ * contours ::
+ * The contours end points.
*
- * first_point ::
- * Offset of the current subglyph's first point.
+ * first_point ::
+ * Offset of the current subglyph's first point.
*/
typedef struct TT_GlyphZoneRec_
{