summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-06-21 17:08:04 +0200
committerWerner Lemberg <wl@gnu.org>2022-06-21 17:08:04 +0200
commit2848378be56ea26376e3aff68b1b4b8aa8f8611b (patch)
tree9affda9da5d1d695d86751641d3681fc499452c5 /include
parent40c6f97326172066c136052e155fc9bb5839695a (diff)
downloadfreetype2-2848378be56ea26376e3aff68b1b4b8aa8f8611b.tar.gz
s/fixed point/fixed-point/
Diffstat (limited to 'include')
-rw-r--r--include/freetype/ftstroke.h2
-rw-r--r--include/freetype/internal/cfftypes.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/freetype/ftstroke.h b/include/freetype/ftstroke.h
index 12c006d3f..956436497 100644
--- a/include/freetype/ftstroke.h
+++ b/include/freetype/ftstroke.h
@@ -293,7 +293,7 @@ FT_BEGIN_HEADER
*
* miter_limit ::
* The maximum reciprocal sine of half-angle at the miter join,
- * expressed as 16.16 fixed point value.
+ * expressed as 16.16 fixed-point value.
*
* @note:
* The `radius` is expressed in the same units as the outline
diff --git a/include/freetype/internal/cfftypes.h b/include/freetype/internal/cfftypes.h
index 23d26c1b3..35f531d37 100644
--- a/include/freetype/internal/cfftypes.h
+++ b/include/freetype/internal/cfftypes.h
@@ -315,7 +315,7 @@ FT_BEGIN_HEADER
/* The normal stack then points to these values instead of the DICT */
/* because all other operators in Private DICT clear the stack. */
/* `blend_stack' could be cleared at each operator other than blend. */
- /* Blended values are stored as 5-byte fixed point values. */
+ /* Blended values are stored as 5-byte fixed-point values. */
FT_Byte* blend_stack; /* base of stack allocation */
FT_Byte* blend_top; /* first empty slot */