From 49b1a9d00ae19950693d6158638874d02d5ffb21 Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 1 Jul 2002 21:54:30 +0000 Subject: [PATCH] adding path stroker --- ChangeLog | 14 ++++++++++++-- include/freetype/config/ftheader.h | 1 + 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 21599a68c..94ae30bd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2002-07-01 Keith Packard + + * 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 5c9d427f3..93f3f29c8 100644 --- a/include/freetype/config/ftheader.h +++ b/include/freetype/config/ftheader.h @@ -487,6 +487,7 @@ /* */ #define FT_TRIGONOMETRY_H +#define FT_STROKER_H #define FT_SYNTHESIS_H #define FT_ERROR_DEFINITIONS_H