From f5d521e184ad64893f4fc49cc867da53eff3b2b1 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Thu, 7 Apr 2011 19:06:11 +0100 Subject: Add text antialiasing too. Update the text rendering code to use the raster renderer in freetype rather than the smooth one. No change to the hinting methods used yet. --- Makethird | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makethird') diff --git a/Makethird b/Makethird index 64f85ff3..ce8e1180 100644 --- a/Makethird +++ b/Makethird @@ -32,6 +32,7 @@ FREETYPE_SRC := \ cff.c \ psaux.c \ psnames.c \ + raster.c \ sfnt.c \ smooth.c \ truetype.c \ @@ -54,6 +55,8 @@ $(OUT)/ft_%.o: $(FREETYPE_DIR)/src/psaux/%.c | $(OUT) $(CC_CMD) $(FT_CFLAGS) $(OUT)/ft_%.o: $(FREETYPE_DIR)/src/psnames/%.c | $(OUT) $(CC_CMD) $(FT_CFLAGS) +$(OUT)/ft_%.o: $(FREETYPE_DIR)/src/raster/%.c | $(OUT) + $(CC_CMD) $(FT_CFLAGS) $(OUT)/ft_%.o: $(FREETYPE_DIR)/src/smooth/%.c | $(OUT) $(CC_CMD) $(FT_CFLAGS) $(OUT)/ft_%.o: $(FREETYPE_DIR)/src/sfnt/%.c | $(OUT) -- cgit v1.2.3