summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2017-08-13 23:08:39 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2017-08-13 23:08:39 -0400
commit10ad11ab958ebddf0948af359122b13512e09ff1 (patch)
tree5577b073e430d8c646e276b0b26077f4e959e8ef
parent9f5783bb1a7999b79d6acb6185b8830fc240a089 (diff)
downloadfreetype2-10ad11ab958ebddf0948af359122b13512e09ff1.tar.gz
Harmony CHANGES.
-rw-r--r--docs/CHANGES13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index b37dd1c4b..f3e4b062b 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -13,7 +13,18 @@ CHANGES BETWEEN 2.8 and 2.8.1
the case with less input coordinates than axes.
- II. MISCELLANEOUS
+ II. IMPORTANT CHANGES
+
+ - By default, FreeType now offers high quality LCD-optimized
+ output without resorting to ClearType techniques of resolution
+ tripling and filtering. In this method, called Harmony, each
+ color channel is generated separately after shifting the glyph
+ outline, capitalizing on the fact that the color grids on LCD
+ panels are shifted by a third of a pixel. This output is
+ indistinguishable from ClearType with a light 3-tap filter.
+
+
+ III. MISCELLANEOUS
- Using the new function `FT_Get_Var_Axis_Flags', an application
can access the `flags' field of a variation axis (introduced in