summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent05e1b37e3deeaae35174bafb6d3a113ed6505e50 (diff)
downloadfreetype2-dea2e6358b2f963008d447d27564dd79890b61f0.tar.gz
Replace '1/64th' (and similar entries) with '1/64' in docs and comments.
Diffstat (limited to 'docs')
-rw-r--r--docs/raster.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/raster.txt b/docs/raster.txt
index 05fbe4917..fbc615a1e 100644
--- a/docs/raster.txt
+++ b/docs/raster.txt
@@ -63,7 +63,7 @@ II. Rendering Technology
`26.6' means that 26 bits are used for the integer part of a
value and 6 bits are used for the fractional part.
Consequently, the `distance' between two neighbouring pixels is
- 64 `units' (1 unit = 1/64th of a pixel).
+ 64 `units' (1 unit = 1/64 of a pixel).
Note that, for the rasterizer, pixel centers are located at
integer coordinates. The TrueType bytecode interpreter,