summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2002-11-13 23:28:08 +0000
committerDavid Turner <david@freetype.org>2002-11-13 23:28:08 +0000
commit6048e3d008e749e63a57346b1fca4710e4a310b8 (patch)
treedf18045a7af903d01f4f72ee1921e6301986668d /docs
parent5237993a929fa9030df4e6e359d6d9cacf7e2e97 (diff)
downloadfreetype2-6048e3d008e749e63a57346b1fca4710e4a310b8.tar.gz
updating documentation & changesVER-2-1-3
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGES18
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/CHANGES b/docs/CHANGES
index 94b6f1505..26138b282 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -31,14 +31,21 @@ LATEST CHANGES BETWEEN 2.1.3 and 2.1.2
(they differ slightly from Microsoft/OpenType ones in the way transform
offsets are computed).
+ - FreeType was very slow at opening certain asian CID/CFF fonts, due
+ to fixed increment in dynamic array re-allocations. This has been
+ changed to exponential behaviour to get acceptable performance
II. IMPORTANT CHANGES
+ - the PCF driver now supports gzip-compressed font files natively. This
+ means that you'll be able to use all these bitmap fonts that come
+ with XFree86 with FreeType (and libXft/libXft2, by extension).
+
- The automatic and postscript hinters have both been updated. This
results in a relatively important increase of rendering quality since
many nasty defaults have been supressed. Please visit the web page:
- http://www.freetype.org/freetype2/smooth-hinting.html
+ http://www.freetype.org/hinting/smooth-hinting.html
for additional details on this topic.
@@ -72,7 +79,8 @@ LATEST CHANGES BETWEEN 2.1.3 and 2.1.2
has been updated to support LCD-optimized display on non-paletted
displays (under Win32 and X11)
- - The PFR driver now supports embedded bitmaps (all formats supported).
+ - The PFR driver now supports embedded bitmaps (all formats supported),
+ and returns correct kerning metrics for all glyphs
- The TrueType charmap loader now supports certain "broken" fonts that
load under Windows without problems.
@@ -93,6 +101,10 @@ LATEST CHANGES BETWEEN 2.1.3 and 2.1.2
- Added support for the DESTDIR variable during "make install". This
simplifies packaging of FreeType.
+ - included modified copies of the ZLib sources in 'src/gzip' in order
+ to support gzip-compressed PCF fonts. We do not use the system-provided
+ zlib for now, though this is a probable enhancement for future releases
+
- The DocMaker tool used to generate the on-line API reference has been
completely rewritten. It is now located in
"src/tools/docmaker/docmaker.py". Features:
@@ -119,7 +131,7 @@ LATEST CHANGES BETWEEN 2.1.3 and 2.1.2
provided by an external component, like a Postscript interpreter) has
been added by Graham Asher. This is still work in progress, however.
- - A new, experimental, path stroker has been added. It doesn't suffer
+ - A new, EXPERIMENTAL, path stroker has been added. It doesn't suffer
from severe rounding errors and treat bezier arcs directly. Still
work in progress (i.e. not part of the official API). See the file
<freetype/ftstroker.h> for some of the details.