CHANGES: Formatting.

This commit is contained in:
Werner Lemberg 2017-10-02 06:09:50 +02:00
parent af03d1eaa1
commit 4a5c0b1456
1 changed files with 12 additions and 12 deletions

View File

@ -15,12 +15,12 @@ CHANGES BETWEEN 2.8 and 2.8.1
II. IMPORTANT CHANGES II. IMPORTANT CHANGES
- By default, FreeType now offers high quality LCD-optimized - By default, FreeType now offers high quality LCD-optimized
output without resorting to ClearType techniques of resolution output without resorting to ClearType techniques of resolution
tripling and filtering. In this method, called Harmony, each tripling and filtering. In this method, called Harmony, each
color channel is generated separately after shifting the glyph color channel is generated separately after shifting the glyph
outline, capitalizing on the fact that the color grids on LCD outline, capitalizing on the fact that the color grids on LCD
panels are shifted by a third of a pixel. This output is panels are shifted by a third of a pixel. This output is
indistinguishable from ClearType with a light 3-tap filter. indistinguishable from ClearType with a light 3-tap filter.
@ -67,16 +67,16 @@ CHANGES BETWEEN 2.8 and 2.8.1
were no error or problem reports either it seems that it is no were no error or problem reports either it seems that it is no
longer needed. longer needed.
- The `ftgrid' demo program can now toggle the display of grid lines - The `ftgrid' demo program can now toggle the display of grid
with the `G' key. lines with the `G' key.
- The `ftgrid' demo program can toggle a different set of colors - The `ftgrid' demo program can toggle a different set of colors
(suitable to color-blind people) with the `C' key. (suitable to color-blind people) with the `C' key.
- The `ftgrid' demo program now supports the `-e' command line option - The `ftgrid' demo program now supports the `-e' command line
to select a cmap. option to select a cmap.
- The `ftdump' demo program has a new command line option `-t' to - The `ftdump' demo program has a new command line option `-t' to
output the SFNT table list. output the SFNT table list.