[MPlayer-cvslog] r28900 - trunk/libvo/font_load_ft.c

greg subversion at mplayerhq.hu
Mon Mar 9 02:48:42 CET 2009


Author: greg
Date: Mon Mar  9 02:48:42 2009
New Revision: 28900

Log:
Change default OSD/subtitle font sizes.
This was discussed on -dev-eng and IRC. The consensus seems to be that
3-4% of the diagonal is a good default, and most people use something
along these lines.
The subtitle font size is set to 3.5% and the OSD is kept a little bigger
with 4%.

Modified:
   trunk/libvo/font_load_ft.c

Modified: trunk/libvo/font_load_ft.c
==============================================================================
--- trunk/libvo/font_load_ft.c	Mon Mar  9 01:48:03 2009	(r28899)
+++ trunk/libvo/font_load_ft.c	Mon Mar  9 02:48:42 2009	(r28900)
@@ -56,8 +56,8 @@
 #endif
 
 char *subtitle_font_encoding = NULL;
-float text_font_scale_factor = 5.0;
-float osd_font_scale_factor = 6.0;
+float text_font_scale_factor = 3.5;
+float osd_font_scale_factor = 4.0;
 float subtitle_font_radius = 2.0;
 float subtitle_font_thickness = 2.0;
 // 0 = no autoscale



More information about the MPlayer-cvslog mailing list