# HG changeset patch # User greg # Date 1236563322 0 # Node ID 944f8ee604d6f79d4f7237adb77a997aa8bf6762 # Parent 5af1f027c97bfaf1bfbad91f4cdb3a8a3667d543 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%. diff -r 5af1f027c97b -r 944f8ee604d6 libvo/font_load_ft.c --- a/libvo/font_load_ft.c Mon Mar 09 00:48:03 2009 +0000 +++ b/libvo/font_load_ft.c Mon Mar 09 01:48:42 2009 +0000 @@ -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