summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2019-09-27 19:18:49 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2019-09-27 19:18:49 -0400
commitb39576f984276ef7b9d6febbea2a509b2c95d0f2 (patch)
tree7da4a29947fcc66cddfecdaa5c64b5d23bc19bdd /include
parent432efa25b3476a6884426c0a30f6d6a624310e5d (diff)
downloadfreetype2-b39576f984276ef7b9d6febbea2a509b2c95d0f2.tar.gz
* src/base/ftstroke.c (ft_stroker_cap): Speed up caps.
Diffstat (limited to 'include')
-rw-r--r--include/freetype/ftstroke.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/freetype/ftstroke.h b/include/freetype/ftstroke.h
index 282f6f6d2..17250db9b 100644
--- a/include/freetype/ftstroke.h
+++ b/include/freetype/ftstroke.h
@@ -297,12 +297,13 @@ FT_BEGIN_HEADER
* expressed as 16.16 fixed point value.
*
* @note:
- * The radius is expressed in the same units as the outline coordinates.
+ * The `radius` is expressed in the same units as the outline
+ * coordinates.
*
- * The miter limit multiplied by the radius gives the maximum size
+ * The `miter_limit` multiplied by the `radius` gives the maximum size
* of a miter spike, at which it is clipped for
- * `FT_STROKER_LINEJOIN_MITER_VARIABLE` or replaced with a bevel join for
- * `FT_STROKER_LINEJOIN_MITER_FIXED`.
+ * @FT_STROKER_LINEJOIN_MITER_VARIABLE or replaced with a bevel join for
+ * @FT_STROKER_LINEJOIN_MITER_FIXED.
*
* This function calls @FT_Stroker_Rewind automatically.
*/