summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-08-27 10:08:01 +0200
committerWerner Lemberg <wl@gnu.org>2019-08-27 10:29:59 +0200
commit60c52f0edbfaddcfcc87e01922fa5f7640e11cf5 (patch)
tree3a0d9d49ea3062f0aa691f3d6e5c93a5861c4c38 /include
parent86803acd2a8e274c76f7e985878258c8f16c2360 (diff)
downloadfreetype2-60c52f0edbfaddcfcc87e01922fa5f7640e11cf5.tar.gz
[woff2] Formatting; some comments.
Diffstat (limited to 'include')
-rw-r--r--include/freetype/internal/wofftypes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/internal/wofftypes.h b/include/freetype/internal/wofftypes.h
index 381449b73..5741fbabb 100644
--- a/include/freetype/internal/wofftypes.h
+++ b/include/freetype/internal/wofftypes.h
@@ -275,13 +275,13 @@ FT_BEGIN_HEADER
*
* @fields:
* x ::
- * x-coordinate.
+ * x-coordinate of point.
*
* y ::
- * y-coordinate.
+ * y-coordinate of point.
*
* on_curve ::
- * Whether point is on-curve.
+ * Set if point is on-curve.
*/
typedef struct WOFF2_PointRec_
{