[vlc-commits] quartztext: pick 'Helvetica Neue' instead of 'Arial Black' as default font as the 90s are over

Felix Paul Kühne git at videolan.org
Sun Sep 29 14:24:43 CEST 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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
 



More information about the vlc-commits mailing list