From fbae3928cddfcb459445f105daac12b42f2991ba Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 27 Jan 2008 15:14:02 +0000 Subject: Allow independent scaling of vo_font and sub_font. Patch by Guillaume LECERF (foxcore gmail com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25879 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmenu/vf_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmenu') diff --git a/libmenu/vf_menu.c b/libmenu/vf_menu.c index bf11507d89..b2ba92ee58 100644 --- a/libmenu/vf_menu.c +++ b/libmenu/vf_menu.c @@ -206,7 +206,7 @@ static int config(struct vf_instance_s* vf, int width, int height, int d_width, // here is the right place to get screen dimensions if (force_load_font) { force_load_font = 0; - load_font_ft(width,height,&vo_font,font_name); + load_font_ft(width,height,&vo_font,font_name,osd_font_scale_factor); } #endif if(outfmt == IMGFMT_MPEGPES) -- cgit v1.2.3