comparison src/gtkimhtml.c @ 10483:748aa3c6de36

[gaim-migrate @ 11773] scaling for the buddy icons in the tooltips, and whatever else decided to sneak in on this commit committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 08 Jan 2005 07:25:37 +0000
parents 0c020a10d5da
children 1a97d5e88d12
comparison
equal deleted inserted replaced
10482:1ac8f10ce68d 10483:748aa3c6de36
2375 * color 2375 * color
2376 * background 2376 * background
2377 * font-family 2377 * font-family
2378 * font-size 2378 * font-size
2379 * text-decoration: underline 2379 * text-decoration: underline
2380 *
2381 * TODO:
2382 * background-color
2383 * font-style
2384 * font-weight
2380 */ 2385 */
2381 { 2386 {
2382 gchar *style, *color, *background, *family, *size; 2387 gchar *style, *color, *background, *family, *size;
2383 gchar *textdec; 2388 gchar *textdec;
2384 GtkIMHtmlFontDetail *font, *oldfont = NULL; 2389 GtkIMHtmlFontDetail *font, *oldfont = NULL;