From 2848378be56ea26376e3aff68b1b4b8aa8f8611b Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 21 Jun 2022 17:08:04 +0200 Subject: s/fixed point/fixed-point/ --- include/freetype/ftstroke.h | 2 +- include/freetype/internal/cfftypes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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 */ -- cgit v1.2.1