diff options
author | Dan Winship <danw@src.gnome.org> | 2000-09-13 04:57:13 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-09-13 04:57:13 +0800 |
commit | 727d1979462a4eac0503e2d0707ddeb3d22f4d28 (patch) | |
tree | 44ee8d81f92830114c99689155dc3de980cf8138 /e-util/ChangeLog | |
parent | c920df14ca7466fb241d583bb441628297a97254 (diff) | |
download | gsoc2013-evolution-727d1979462a4eac0503e2d0707ddeb3d22f4d28.tar.gz gsoc2013-evolution-727d1979462a4eac0503e2d0707ddeb3d22f4d28.tar.zst gsoc2013-evolution-727d1979462a4eac0503e2d0707ddeb3d22f4d28.zip |
Change this a bit so that if you pass it a bold font, it puts that in
* e-font.c (e_font_from_gdk_font): Change this a bit so that if
you pass it a bold font, it puts that in font->bold and finds a
lighter font for font->font (if it can). This is for themes like
Metal where the default font is bold.
(find_variants): renamed from find_best_bold
svn path=/trunk/; revision=5384
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 719915176e..ed5fa74aca 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,11 @@ +2000-09-12 Dan Winship <danw@helixcode.com> + + * e-font.c (e_font_from_gdk_font): Change this a bit so that if + you pass it a bold font, it puts that in font->bold and finds a + lighter font for font->font (if it can). This is for themes like + Metal where the default font is bold. + (find_variants): renamed from find_best_bold + 2000-09-11 Dan Winship <danw@helixcode.com> * e-font.c (find_best_bold): Thou shalt leave space for the |