[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] master 9cc8971: Documentation edits.
From: |
Alexei Podtelezhnikov |
Subject: |
[freetype2] master 9cc8971: Documentation edits. |
Date: |
Tue, 15 Dec 2020 22:37:17 -0500 (EST) |
branch: master
commit 9cc89717be988ec5922fe029e5a4cf283efb0b0c
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>
Documentation edits.
---
include/freetype/ftlcdfil.h | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/include/freetype/ftlcdfil.h b/include/freetype/ftlcdfil.h
index c6995f2..82da9ea 100644
--- a/include/freetype/ftlcdfil.h
+++ b/include/freetype/ftlcdfil.h
@@ -55,13 +55,12 @@ FT_BEGIN_HEADER
* ClearType-style LCD rendering exploits the color-striped structure of
* LCD pixels, increasing the available resolution in the direction of
* the stripe (usually horizontal RGB) by a factor of~3. Using the
- * subpixels coverages unfiltered can create severe color fringes
+ * subpixel coverages unfiltered can create severe color fringes
* especially when rendering thin features. Indeed, to produce
* black-on-white text, the nearby color subpixels must be dimmed
- * equally.
- *
- * A good 5-tap FIR filter should be applied to subpixel coverages
- * regardless of pixel boundaries and should have these properties:
+ * evenly. Therefore, an equalizing 5-tap FIR filter should be applied
+ * to subpixel coverages regardless of pixel boundaries and should have
+ * these properties:
*
* 1. It should be symmetrical, like {~a, b, c, b, a~}, to avoid
* any shifts in appearance.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] master 9cc8971: Documentation edits.,
Alexei Podtelezhnikov <=