summaryrefslogtreecommitdiff
path: root/include/freetype/ftglyph.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2022-10-24 06:59:45 +0200
committerWerner Lemberg <wl@gnu.org>2022-10-24 07:01:21 +0200
commitdea2e6358b2f963008d447d27564dd79890b61f0 (patch)
treee1081c6ad6bc26d6ac71eae8fa7e60493cc82f15 /include/freetype/ftglyph.h
parent05e1b37e3deeaae35174bafb6d3a113ed6505e50 (diff)
downloadfreetype2-dea2e6358b2f963008d447d27564dd79890b61f0.tar.gz
Replace '1/64th' (and similar entries) with '1/64' in docs and comments.
Diffstat (limited to 'include/freetype/ftglyph.h')
-rw-r--r--include/freetype/ftglyph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/freetype/ftglyph.h b/include/freetype/ftglyph.h
index b9235463f..765379a86 100644
--- a/include/freetype/ftglyph.h
+++ b/include/freetype/ftglyph.h
@@ -413,7 +413,7 @@ FT_BEGIN_HEADER
*
* delta ::
* A pointer to a 2d vector to apply. Coordinates are expressed in
- * 1/64th of a pixel.
+ * 1/64 of a pixel.
*
* @return:
* FreeType error code (if not 0, the glyph format is not scalable).
@@ -500,7 +500,7 @@ FT_BEGIN_HEADER
* @output:
* acbox ::
* The glyph coordinate bounding box. Coordinates are expressed in
- * 1/64th of pixels if it is grid-fitted.
+ * 1/64 of pixels if it is grid-fitted.
*
* @note:
* Coordinates are relative to the glyph origin, using the y~upwards