Bug 5474 Unicode chars can't display on Mac GTK-OSX port

Make Arial Unicode MS the default face on Mac
Supports East Asian, Semitic, and European scripts. Fails with Indic 
(Hindi, Telugu, Tamil, Thai, etc.) scripts.

Since fallback isn't supported for the ATSUI backend of Pango, users 
of unsupported scripts will have to override this in their ~/.gtkrc-2.0 
files.



svn: r18789
This commit is contained in:
John Ralls 2012-01-29 01:33:44 +00:00
parent cb960f4cf5
commit 00ce7695b2

View File

@ -1,2 +1,7 @@
gtk-icon-theme-name = "Tango"
gtk-enable-mnemonics = 0
style "UniFont" {
font_name = "Arial Unicode MS"
}
widget_class "*" style "UniFont"