gtk2/gtk/gtkrc.iso88592
Tomasz Kłoczko 9df3375f61 This important fix and will be god to incude this to 1.2.5.
Fix default font list name. Now on initializing gtk+ look for:
first: -*-aplos-medium-r-normal--12-*-*-*-*-*-iso8859-2 (this is biznet font),
second: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-2,
third: -*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1.

Now all translated text to EE languages are displayed with correct font on
system with installed biznet iso8859-2 pixmap fonts (many Linux
distribution).
1999-09-23 04:41:32 +00:00

14 lines
447 B
Plaintext

#$(gtkconfigdir)/gtkrc.iso88592
#
# This file defines the fontsets for iso-8859-2 encoding
# make symliks or hardlinks to gtkrc.$LANG if your language uses iso-8859-2
# and a gtkrc.$LANG doesn't exist yet.
style "default" {
fontset = "-*-aplos-medium-r-normal--12-*-*-*-*-*-iso8859-2,
-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-2,\
-*-helvetica-medium-r-normal--12-*-*-*-*-*-iso8859-1"
}
class "GtkWidget" style "default"