[MPlayer-cvslog] CVS: main/libvo font_load_ft.c,1.15,1.16
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Fri May 13 21:47:53 CEST 2005
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv18934
Modified Files:
font_load_ft.c
Log Message:
enable hinting
Index: font_load_ft.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/font_load_ft.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- font_load_ft.c 28 Oct 2004 01:15:52 -0000 1.15
+++ font_load_ft.c 13 May 2005 19:47:50 -0000 1.16
@@ -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;
More information about the MPlayer-cvslog
mailing list