cheese r1123 - in branches/gnome-2-24: . src



Author: dgsiegel
Date: Sun Nov  2 16:03:44 2008
New Revision: 1123
URL: http://svn.gnome.org/viewvc/cheese?rev=1123&view=rev

Log:
change the default font of the countdown widget to bitstream vera sans bold


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/src/cheese-countdown.c

Modified: branches/gnome-2-24/src/cheese-countdown.c
==============================================================================
--- branches/gnome-2-24/src/cheese-countdown.c	(original)
+++ branches/gnome-2-24/src/cheese-countdown.c	Sun Nov  2 16:03:44 2008
@@ -437,7 +437,7 @@
   iOffsetX += do_text (pContext,
                        number,
                        26 * PANGO_SCALE,
-                       "Bitstream Charter",
+                       "Bitstream Vera Sans Bold",
                        PANGO_WEIGHT_BOLD,
                        PANGO_STYLE_NORMAL);
   cairo_fill (pContext);
@@ -456,7 +456,7 @@
   iOffsetX += do_text (pContext,
                        number,
                        26 * PANGO_SCALE,
-                       "Bitstream Charter",
+                       "Bitstream Vera Sans Bold",
                        PANGO_WEIGHT_BOLD,
                        PANGO_STYLE_NORMAL);
   cairo_fill (pContext);
@@ -475,7 +475,7 @@
   iOffsetX += do_text (pContext,
                        number,
                        26 * PANGO_SCALE,
-                       "Bitstream Charter",
+                       "Bitstream Vera Sans Bold",
                        PANGO_WEIGHT_BOLD,
                        PANGO_STYLE_NORMAL);
   cairo_fill (pContext);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]