summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 15:14:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 15:14:02 +0000
commitfbae3928cddfcb459445f105daac12b42f2991ba (patch)
tree2dfd8834e7f3e93478b3fa655fe28f6b7548b3c7 /gui
parent131683f8f35aed3145af816e8ea3dea3c6f4bd31 (diff)
downloadmpv-fbae3928cddfcb459445f105daac12b42f2991ba.tar.bz2
mpv-fbae3928cddfcb459445f105daac12b42f2991ba.tar.xz
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
Diffstat (limited to 'gui')
-rw-r--r--gui/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/interface.c b/gui/interface.c
index 283a83816b..479804cba5 100644
--- a/gui/interface.c
+++ b/gui/interface.c
@@ -384,7 +384,7 @@ extern m_obj_settings_t * vf_settings;
void guiLoadFont( void )
{
#ifdef HAVE_FREETYPE
- load_font_ft(vo_image_width, vo_image_height, &vo_font, font_name);
+ load_font_ft(vo_image_width, vo_image_height, &vo_font, font_name, osd_font_scale_factor);
#else
if ( vo_font )
{