diff options
author | Sergey I. Panov <sipan@src.gnome.org> | 1999-02-18 08:05:17 +0800 |
---|---|---|
committer | Sergey I. Panov <sipan@src.gnome.org> | 1999-02-18 08:05:17 +0800 |
commit | b681ca2a8137816dcbc077eeca7d409dc196dd03 (patch) | |
tree | 31a5829068f325075ad6803dbe97a306b8e3b57b /calendar/mark.h | |
parent | 28707ca90c94797b88c21bc066d73247390e0eb3 (diff) | |
download | gsoc2013-evolution-b681ca2a8137816dcbc077eeca7d409dc196dd03.tar gsoc2013-evolution-b681ca2a8137816dcbc077eeca7d409dc196dd03.tar.gz gsoc2013-evolution-b681ca2a8137816dcbc077eeca7d409dc196dd03.tar.bz2 gsoc2013-evolution-b681ca2a8137816dcbc077eeca7d409dc196dd03.tar.lz gsoc2013-evolution-b681ca2a8137816dcbc077eeca7d409dc196dd03.tar.xz gsoc2013-evolution-b681ca2a8137816dcbc077eeca7d409dc196dd03.tar.zst gsoc2013-evolution-b681ca2a8137816dcbc077eeca7d409dc196dd03.zip |
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
Diffstat (limited to 'calendar/mark.h')
-rw-r--r-- | calendar/mark.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/calendar/mark.h b/calendar/mark.h index 18ec39b76b..33a8fe23e5 100644 --- a/calendar/mark.h +++ b/calendar/mark.h @@ -14,14 +14,15 @@ /* These are the fonts used for the montly calendars */ -#define HEADING_FONT "-*-helvetica-bold-r-normal--14-*-*-*-p-*-*-*" -#define TITLE_FONT "-*-helvetica-bold-r-normal--12-*-*-*-p-*-*-*" -#define DAY_HEADING_FONT "-*-helvetica-medium-r-normal--10-*-*-*-p-*-*-*" -#define NORMAL_DAY_FONT "-*-helvetica-medium-r-normal--10-*-*-*-p-*-*-*" -#define CURRENT_DAY_FONT "-*-helvetica-bold-r-normal--12-*-*-*-p-*-*-*" -#define BIG_DAY_HEADING_FONT "-*-helvetica-bold-r-normal--14-*-*-*-p-*-*-*" -#define BIG_NORMAL_DAY_FONT "-*-helvetica-medium-r-normal--14-*-*-*-p-*-*-*" -#define BIG_CURRENT_DAY_FONT "-*-helvetica-bold-r-normal--14-*-*-*-p-*-*-*" +#define HEADING_FONTSET "-adobe-helvetica-medium-r-*-*-14-*-*-*-p-*-*-*,-cronyx-helvetica-medium-r-normal-*-17-*-*-*-p-*-koi8-r" +#define TITLE_FONTSET "-adobe-helvetica-bold-r-normal--12-*-*-*-p-*-*-*,-cronyx-helvetica-medium-r-normal-*-14-*-*-*-p-*-koi8-r" +#define DAY_HEADING_FONTSET "-adobe-helvetica-medium-r-normal--10-*-*-*-p-*-*-*,-cronyx-helvetica-medium-r-normal-*-11-*-*-*-p-*-koi8-r" +#define NORMAL_DAY_FONTSET "-adobe-helvetica-medium-r-normal--10-*-*-*-p-*-*-*,-cronyx-helvetica-medium-r-normal-*-11-*-*-*-p-*-koi8-r" +#define CURRENT_DAY_FONTSET "-adobe-helvetica-bold-r-normal--12-*-*-*-p-*-*-*,-cronyx-helvetica-medium-r-normal-*-14-*-*-*-p-*-koi8-r" +#define BIG_DAY_HEADING_FONTSET "-adobe-helvetica-bold-r-normal--14-*-*-*-p-*-*-*,-cronyx-helvetica-bold-r-normal-*-17-*-*-*-p-*-koi8-r" +#define BIG_NORMAL_DAY_FONTSET "-adobe-helvetica-medium-r-normal--14-*-*-*-p-*-*-*,-cronyx-helvetica-medium-r-normal-*-17-*-*-*-p-*-koi8-r" +#define BIG_CURRENT_DAY_FONTSET "-adobe-helvetica-bold-r-normal--14-*-*-*-p-*-*-*,-cronyx-helvetica-bold-r-normal-*-17-*-*-*-p-*-koi8-r" +#define EVENT_FONTSET "-adobe-helvetica-medium-r-*-*-10-*-*-*-p-*-*-*,-cronyx-helvetica-medium-r-normal-*-11-*-*-*-p-*-koi8-r" /* Functions of this type are used by the marking functions to fetch color specifications. Such |