vlc | branch: master | Felix Paul Kühne <[email protected]> | Sun Sep 29 
14:24:19 2013 +0200| [2712d80b7c32d901631869462d3c728ba8a29328] | committer: 
Felix Paul Kühne

quartztext: pick 'Helvetica Neue' instead of 'Arial Black' as default font as 
the 90s are over

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

 modules/text_renderer/quartztext.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/text_renderer/quartztext.c 
b/modules/text_renderer/quartztext.c
index 809d7c7..73ed014 100644
--- a/modules/text_renderer/quartztext.c
+++ b/modules/text_renderer/quartztext.c
@@ -52,7 +52,7 @@
 #include <ApplicationServices/ApplicationServices.h>
 #endif
 
-#define DEFAULT_FONT           "Arial Black"
+#define DEFAULT_FONT           "Helvetica-Neue"
 #define DEFAULT_FONT_COLOR     0xffffff
 #define DEFAULT_REL_FONT_SIZE  16
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to