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

Make Arial Unicode MS the default face for OSX
Supports East Asian, Semitic, and European scripts, but not Indic 
(Hindi, Telugu, Tamil, Thai, etc.). Since Pango's ATSUI backend doesn't 
support fallback, users of these scripts will have to override the 
default face in their ~/.gtkrc-2.0



svn: r18790
This commit is contained in:
John Ralls 2012-01-29 01:39:24 +00:00
parent 5ead9508be
commit 8535db8d93

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"