Mercurial > mplayer.hg
changeset 28865:944f8ee604d6
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%.
author | greg |
---|---|
date | Mon, 09 Mar 2009 01:48:42 +0000 |
parents | 5af1f027c97b |
children | e73c3b5d724a |
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 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