Commit 932a9415 authored by Felix Paul Kühne's avatar Felix Paul Kühne Committed by Jean-Baptiste Kempf

freetype: changed the default font for OS X to 'Arial Unicode' (close #6087)

This appears to be the only sane font installed by default which supports at least Latin, Arabic, Traditional Chinese, Simplified Chinese, Japanese, Korean, Cyrillic, Vietnamese, Hebrew, Devanagari, Gujarati, Urdu, Tamil, Thai and Telugu
(cherry picked from commit ee647c11)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 63a37224
...@@ -46,8 +46,8 @@ ...@@ -46,8 +46,8 @@
/* Default fonts */ /* Default fonts */
#ifdef __APPLE__ #ifdef __APPLE__
# define DEFAULT_FONT_FILE "/Library/Fonts/Arial Black.ttf" # define DEFAULT_FONT_FILE "/Library/Fonts/Arial Unicode.ttf"
# define DEFAULT_FAMILY "Arial Black" # define DEFAULT_FAMILY "Arial Unicode MS"
#elif defined( WIN32 ) #elif defined( WIN32 )
# define DEFAULT_FONT_FILE "arial.ttf" /* Default path font found at run-time */ # define DEFAULT_FONT_FILE "arial.ttf" /* Default path font found at run-time */
# define DEFAULT_FAMILY "Arial" # define DEFAULT_FAMILY "Arial"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment