adding path stroker
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
diff --git a/ChangeLog b/ChangeLog
index 21599a6..94ae30b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-07-01 Keith Packard <keithp@keithp.com>
+
+ * src/sfnt/ttcmap0.c: fixing the cmap 8 and 12 parsing routines
+
+2002-07-01 David Turner
+
+ * include/freetype/ftsynth.h, src/base/ftsynth.c: rewriting the automatic
+ style synthesis functions, now renamed to FT_GlyphSlot_Oblique and
+ FT_GlyphSlot_Embolden
+
2002-06-26 David Turner
* include/freetype/internal/ftobject.h: updating the object sub-system
@@ -8,8 +18,8 @@
* include/freetype/fttrigon.h, src/base/fttrigon.c: adding
FT_Vector_From_Polar and FT_Angle_Diff to the trigonometric functions
- * include/freetype/ftstroker.h, src/base/ftstroker.c: adding path stroker
- component (work in progress)
+ * include/freetype/ftstroker.h, src/base/ftstroker.c, src/base/Jamfile:
+ adding path stroker component (work in progress)
* src/truetype/ttgload.c (TT_Load_Composite_Glyph),
src/base/ftoutln.c (FT_Vector_Transform): fixed Werner's latest
diff --git a/include/freetype/config/ftheader.h b/include/freetype/config/ftheader.h
index 5c9d427..93f3f29 100644
--- a/include/freetype/config/ftheader.h
+++ b/include/freetype/config/ftheader.h
@@ -487,6 +487,7 @@
/* */
#define FT_TRIGONOMETRY_H <freetype/fttrigon.h>
+#define FT_STROKER_H <freetype/ftstroker.h>
#define FT_SYNTHESIS_H <freetype/ftsynth.h>
#define FT_ERROR_DEFINITIONS_H <freetype/fterrdef.h>