diff src/gtkimhtml.h @ 3608:7703b2689791

[gaim-migrate @ 3721] Thanks, Chip--this is just temporary--but you get nice Pangonated anti-aliased fonts. Whee! Such fun. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 08 Oct 2002 23:45:20 +0000
parents 7a3f16a375a5
children 43e396e94095
line wrap: on
line diff
--- a/src/gtkimhtml.h	Tue Oct 08 22:54:38 2002 +0000
+++ b/src/gtkimhtml.h	Tue Oct 08 23:45:20 2002 +0000
@@ -45,8 +45,9 @@
 struct _GtkIMHtml {
 	GtkLayout layout;
 
-	GdkFont *default_font;
-	//	PangoFontDescription *default_font;
+	PangoContext *context;
+	PangoFontDescription *default_font;
+	//GdkFont *default_font;
 	GdkColor *default_fg_color;
 	GdkColor *default_bg_color;
 	GdkColor *default_hl_color;
@@ -111,8 +112,7 @@
 					GtkAdjustment    *vadj);
 
 void       gtk_imhtml_set_defaults     (GtkIMHtml            *imhtml,
-					GdkFont *font,
-					//PangoFontDescription *font,
+					PangoFontDescription *font,
 					GdkColor             *fg_color,
 					GdkColor             *bg_color);