ref: 959cb8eb19ae45141e92eb81da8a3032b1e85840
parent: f3a924dd53346dbb9da36f4917ff017b2b2cfd96
author: Werner Lemberg <[email protected]>
date: Wed Jun 25 16:58:33 EDT 2008
minor improvements
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,8 +46,7 @@
Enable access to the various dropout rules of the B&W rasterizer.
Pass dropout rules from the TT bytecode interpreter to the
- rasterizer; temporarily this is enabled only if
- `USE_SCAN_CONVERSION_RULES' is defined.
+ rasterizer.
* include/freetype/ftimage.h (FT_OUTLINE_SMART_DROPOUTS,
FT_OUTLINE_EXCLUDE_STUBS): New flags for for FT_Outline.
@@ -58,9 +57,8 @@
Fix mode 4 computation.
(Render_Glyph, Render_Gray_Glyph): Handle new outline flags.
- * src/truetype/ttgload.c (TT_Load_Glyph)
- [USE_SCAN_CONVERSION_RULES]: Convert scan conversion mode to
- FT_OUTLINE_XXX flags.
+ * src/truetype/ttgload.c (TT_Load_Glyph) Convert scan conversion
+ mode to FT_OUTLINE_XXX flags.
* src/truetype/ttinterp.c (Ins_SCANCTRL): Enable ppem check.
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -24,7 +24,7 @@
- Two new macros, FT_OUTLINE_SMART_DROPOUTS and
FT_OUTLINE_EXCLUDE_STUBS, have been introduced. Together with
- FT_OUTLINE_IGNORE_DROPOUTS (which was ignored until now) it is
+ FT_OUTLINE_IGNORE_DROPOUTS (which was ignored previously) it is
now possible to control the dropout mode of the `raster' module
(for B&W rasterization), using the `flags' field in the
`FT_Outline' structure.