diff gui/interface.c @ 25851:9ebd00825df2

Allow independent scaling of vo_font and sub_font. Patch by Guillaume LECERF (foxcore gmail com).
author reimar
date Sun, 27 Jan 2008 15:14:02 +0000
parents 304fc0bbefe1
children b0a7b35b78d2
line wrap: on
line diff
--- a/gui/interface.c	Sun Jan 27 12:21:00 2008 +0000
+++ b/gui/interface.c	Sun Jan 27 15:14:02 2008 +0000
@@ -384,7 +384,7 @@
 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 )
   {