From b681ca2a8137816dcbc077eeca7d409dc196dd03 Mon Sep 17 00:00:00 2001 From: "Sergey I. Panov" Date: Thu, 18 Feb 1999 00:05:17 +0000 Subject: will define fonts via fontset. Friendlier to locales that use iso8859-[^1] * gnome-month-item.c,gnome-month-item.h,goto.c,mark.h, month-view.c,prop.c,quick-view.c,year-view.c: will define fonts via fontset. Friendlier to locales that use iso8859-[^1] and koi8-r encodings. Does not solve problem for Asian languiges --- better solution is needed (e.g. standart GNOME fontstyles defined in gtkrc). Interpol svn path=/trunk/; revision=677 --- calendar/gui/gnome-month-item.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui/gnome-month-item.h') diff --git a/calendar/gui/gnome-month-item.h b/calendar/gui/gnome-month-item.h index 51487b1fc7..0ec4fd484c 100644 --- a/calendar/gui/gnome-month-item.h +++ b/calendar/gui/gnome-month-item.h @@ -67,8 +67,10 @@ typedef enum { * day_anchor GtkAnchorType RW Anchor side for day numbers inside day boxes * start_on_monday boolean RW Specifies whether the week starts on Monday or Sunday * heading_font string W X logical font descriptor for the headings + * heading_fontset string W X logical fontset descriptor for the headings * heading_font_gdk GdkFont * RW Pointer to GdkFont for the headings * day_font string W X logical font descriptor for the day numbers + * day_fontset string W X logical fontset descriptor for the day numbers * day_font_gdk GdkFont * RW Pointer to GdkFont for the day numbers * heading_color string W X color specification for heading labels * heading_color_gdk GdkColor * RW Pointer to an allocated GdkColor for heading labels -- cgit v1.2.3