diff libvo/sub.c @ 8819:477d42e66e8b

Update font scale after changing pancan. It makes fonts keep scale when they are set to be proportional to width.
author filon
date Mon, 06 Jan 2003 12:27:39 +0000
parents 056fc0a8b3d2
children bf3d4483bba1
line wrap: on
line diff
--- a/libvo/sub.c	Mon Jan 06 12:23:59 2003 +0000
+++ b/libvo/sub.c	Mon Jan 06 12:27:39 2003 +0000
@@ -534,7 +534,7 @@
 
 #ifdef HAVE_FREETYPE    
     // here is the right place to get screen dimensions
-    if (!vo_font && force_load_font) {
+    if (!vo_font || force_load_font) {
 	force_load_font = 0;
 	load_font_ft(dxs, dys);
     }