Please font -> fontset
- From: nakai mail gnome gr jp
- Cc: recipient list not shown: ;
- Subject: Please font -> fontset
- Date: 17 Feb 2000 14:01:39 -0000
Hello,
This is a patch for fontset. Please accept to the CVS version.
Also all gtk_font_load() should be simply replaced to gtk_fontset_load().
Thank you.
Yukihiro Nakai
--------------
--- libinit_balsa/balsa-druid-page-welcome.gob.orig Thu Feb 17 22:52:33 2000
+++ libinit_balsa/balsa-druid-page-welcome.gob Thu Feb 17 22:52:56 2000
@@ -94,7 +94,7 @@
gnome_canvas_item_new (gnome_canvas_root (GNOME_CANVAS (druid_page_start->canvas)),
gnome_canvas_text_get_type (),
"text", druid_page_start->title,
- "font", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1",
+ "fontset", "-adobe-helvetica-bold-r-normal-*-*-180-*-*-p-*-iso8859-1,*",
NULL);
druid_page_start->text_item =
@@ -102,7 +102,7 @@
gnome_canvas_text_get_type (),
"text", druid_page_start->text,
"justification", GTK_JUSTIFY_LEFT,
- "font", "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1",
+ "fontset", "-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1,*",
NULL );
}
@@ -135,4 +135,4 @@
"be disabled!" );
return TRUE;
}
-}
\ No newline at end of file
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]