formatting

This commit is contained in:
Werner Lemberg 2001-07-12 21:46:44 +00:00
parent c62c60ef49
commit dbd0f4ef35
1 changed files with 3 additions and 3 deletions

View File

@ -287,9 +287,9 @@ FT_BEGIN_HEADER
/* elements, giving the outline's point coordinates. */ /* elements, giving the outline's point coordinates. */
/* */ /* */
/* tags :: A pointer to an array of `n_points' chars, giving */ /* tags :: A pointer to an array of `n_points' chars, giving */
/* giving each outline point's type. If bit 0 is */ /* each outline point's type. If bit 0 is unset, the */
/* unset, the point is 'off' the curve, i.e. a Bezier */ /* point is `off' the curve, i.e. a Bezier control */
/* control point, while it is `on' when set. */ /* point, while it is `on' when set. */
/* */ /* */
/* Bit 1 is meaningful for `off' points only. If set, */ /* Bit 1 is meaningful for `off' points only. If set, */
/* it indicates a third-order Bezier arc control point; */ /* it indicates a third-order Bezier arc control point; */