shithub: freetype+ttf2subf

Download patch

ref: 49b1a9d00ae19950693d6158638874d02d5ffb21
parent: 0c46f70e3e253057d398822ab6cc8cbbb479666d
author: David Turner <[email protected]>
date: Mon Jul 1 17:54:30 EDT 2002

adding path stroker

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2002-07-01  Keith Packard  <[email protected]>
+
+    * 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
--- 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>