[vlc-commits] text_style: set default font size to freetype's

Francois Cartegnie git at videolan.org
Tue Dec 6 19:52:21 CET 2016


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Dec  6 17:59:28 2016 +0100| [6f23f0a1e1acaae6061038040e1666cb9731e65d] | committer: Francois Cartegnie

text_style: set default font size to freetype's

will mostly be overriden with this one

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f23f0a1e1acaae6061038040e1666cb9731e65d
---

 include/vlc_text_style.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_text_style.h b/include/vlc_text_style.h
index 7d85fa8..1716163 100644
--- a/include/vlc_text_style.h
+++ b/include/vlc_text_style.h
@@ -100,7 +100,7 @@ typedef struct
 #define STYLE_MONOSPACED        (1 << 8)
 
 #define STYLE_DEFAULT_FONT_SIZE 20
-#define STYLE_DEFAULT_REL_FONT_SIZE 5.0
+#define STYLE_DEFAULT_REL_FONT_SIZE 6.25
 
 
 typedef struct text_segment_t text_segment_t;



More information about the vlc-commits mailing list