ref: 968f0c3749d3910c312bf57fd74750d35b399e08
parent: ea44d5ec3d7460e56c4cc681e8a36637a39a71e3
author: David Turner <[email protected]>
date: Tue May 16 19:26:01 EDT 2000
update
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,20 @@
LATEST CHANGES -
+ - tagged "BETA-6" in the CVS tree. This one is a serious release candidate
+ even though it doesn't incorporate the auto-hinter yet..
+
+ - various obsolete files were removed, and copyright header updated
+
+ - finally updated the standard raster to fix the monochrome rendering bug
+ + re-enable support for 5-gray levels anti-aliasing (suck, suck..)
+
+ - created new header files, and modified sources accordingly:
+
+ <freetype/fttypes.h> - simple FreeType types, without the API
+ <freetype/internal/ftmemory.h> - definition of memory-management macros
+
+ - added the "DSIG" (OpenType Digital Signature) tag to <freetype/tttags.h>
+
- light update/cleaning of the build system + changes to the sources in
order to get rid of _all_ compiler warnings with three compilers, i.e:
@@ -126,7 +141,7 @@
Compiling a module is now much easier, for example, the following should
- work when in the TOP directory on an ANSI system:
+ work when in the TOP directory on an ANSI build:
gcc -c -I./include -I./src/base src/base/ftbase.c
gcc -c -I./include -I./src/sfnt src/sfnt/sfnt.c
--- a/demos/Makefile
+++ b/demos/Makefile
@@ -193,17 +193,6 @@
$(OBJ_)compos.$O: $(SRC_DIR_)compos.c
$(COMPILE) $T$@ $<
- $(OBJ_)ftgrays2.$O: $(SRC_DIR_)ftgrays2.c
- $(COMPILE) $T$@ $<
-
- EXTRA_GRAPH_OBJS := $(OBJ_)ftrast.$O $(OBJ_)ftrast2.$O
-
- $(OBJ_)ftrast.$O: $(SRC_DIR_)ftrast.c
- $(COMPILE) $T$@ $<
-
- $(OBJ_)ftrast2.$O: $(SRC_DIR_)ftrast2.c
- $(COMPILE) $T$@ $<
-
$(OBJ_)fttry.$O: $(SRC_DIR_)fttry.c
$(COMPILE) $T$@ $<
@@ -214,14 +203,9 @@
$(OBJ_)ftstring.$O: $(SRC_DIR_)ftstring.c $(GRAPH_LIB)
$(COMPILE) $(GRAPH_INCLUDES:%=$I%) $T$@ $<
- $(OBJ_)try.$O: $(SRC_DIR_)try.c $(GRAPH_LIB)
- $(COMPILE) $(GRAPH_INCLUDES:%=$I%) $T$@ $<
-
$(OBJ_)fttimer.$O: $(SRC_DIR_)fttimer.c $(GRAPH_LIB)
$(COMPILE) $(GRAPH_INCLUDES:%=$I%) $T$@ $<
- $(OBJ_)fttimer2.$O: $(SRC_DIR_)fttimer2.c $(GRAPH_LIB)
- $(COMPILE) $(GRAPH_INCLUDES:%=$I%) $T$@ $<
# $(OBJ_)ftsbit.$O: $(SRC_DIR)/ftsbit.c $(GRAPH_LIB)