summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent40c6f97326172066c136052e155fc9bb5839695a (diff)
downloadfreetype2-2848378be56ea26376e3aff68b1b4b8aa8f8611b.tar.gz
s/fixed point/fixed-point/
Diffstat (limited to 'docs')
-rw-r--r--docs/oldlogs/ChangeLog.2104
-rw-r--r--docs/oldlogs/ChangeLog.242
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/oldlogs/ChangeLog.210 b/docs/oldlogs/ChangeLog.210
index 6139fe8da..52a6434ef 100644
--- a/docs/oldlogs/ChangeLog.210
+++ b/docs/oldlogs/ChangeLog.210
@@ -2411,9 +2411,9 @@
units per em (e.g. Inter). This patch fixes it.
The return value of af_loader_compute_darkening was also changed to
- use 16.16 fixed point to get rid of a redundant truncation operation.
+ use 16.16 fixed-point to get rid of a redundant truncation operation.
This should slightly improve the precision, although it's still
- bottlenecked by the emboldening function, which uses 26.6 fixed point.
+ bottlenecked by the emboldening function, which uses 26.6 fixed-point.
* src/autofit/afloader.[ch]
(af_loader_compute_darkening): Return FT_Fixed.
diff --git a/docs/oldlogs/ChangeLog.24 b/docs/oldlogs/ChangeLog.24
index aa9ca8c26..897656247 100644
--- a/docs/oldlogs/ChangeLog.24
+++ b/docs/oldlogs/ChangeLog.24
@@ -707,7 +707,7 @@
[base] Fix integer overflow.
* src/base/ftoutln.c (FT_Outline_EmboldenXY): Normalize incoming and
- outgoing vectors and use fixed point arithmetic.
+ outgoing vectors and use fixed-point arithmetic.
2013-01-23 Alexei Podtelezhnikov <apodtele@gmail.com>