ref: cf60371a1b7474184a4adfbb486283478ae0d959
parent: 0f15e1c181521eb1cc755a83fa4bcbe97b60ad00
author: David Turner <[email protected]>
date: Sat Apr 1 11:22:06 EST 2006
updating documentation
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-04-01 David Turner <[email protected]>
+ * docs/CHANGES: update
+
* include/freetype/ftcache.h, include/freetype/config/ftheader.h:
updating documentation comments
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -42,8 +42,14 @@
- The LIGHT hinting algorithm produces more pleasant results.
Also, using the FT_LOAD_TARGET_LIGHT flags within FT_Load_Glyph
- always forces auto-hinting, as a special exception.
+ always forces auto-hinting, as a special exception. This allows
+ you to experiment with it even if you have enabled the TrueType
+ bytecode interpreter in your build.
+ - The auto hinter now employs a new algorithm for CJK fonts, based
+ on Akito Hirai's patch. Note that this only works for fonts
+ with a Unicode charmap at the moment.
+
- The following callback function types have changed slightly (by
adding the `const' keyword where appropriate):
@@ -71,7 +77,8 @@
bitmap strikes should be updated to use this function.
- A new API `FT_Get_SubGlyph_Info' has been added to retrieve
- subglyph data.
+ subglyph data. This can be used by rogue clients which used to
+ access the internal headers to get the corresponding data.
- In 2.1.10, the behaviour of `FT_Set_Pixel_Sizes' was changed for
BDF/PCF fonts, and only for them. This causes inconsistency.
@@ -138,10 +145,6 @@
to increase verbosity.
- Better AFM support. This includes track kerning support.
-
- - The auto hinter now employs a new algorithm for CJK fonts, based
- on Akito Hirai's patch. Note that this only works for fonts
- with a Unicode charmap at the moment.
======================================================================