changeset 15440:64875f819a02

enable hinting
author henry
date Fri, 13 May 2005 19:47:50 +0000
parents 4bff1003086a
children bc4bcea4c813
files libvo/font_load_ft.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/font_load_ft.c	Fri May 13 16:53:34 2005 +0000
+++ b/libvo/font_load_ft.c	Fri May 13 19:47:50 2005 +0000
@@ -117,7 +117,7 @@
 		      int unicode) {
     FT_Error	error;
     FT_Face face = desc->faces[pic_idx];
-    int	const	load_flags = FT_LOAD_DEFAULT | FT_LOAD_NO_HINTING;
+    int	const	load_flags = FT_LOAD_DEFAULT;
     int		ymin = INT_MAX, ymax = INT_MIN;
     int		space_advance = 20;
     int         width, height;
@@ -496,7 +496,7 @@
     int width, height, stride, maxw, off;
     unsigned char *abuffer, *bbuffer;
     
-    int	const	load_flags = FT_LOAD_DEFAULT | FT_LOAD_NO_HINTING;
+    int	const	load_flags = FT_LOAD_DEFAULT;
     int		pen_xa;
     int font = desc->font[c];
     int error;