added gimp_pango_layout_set_scale().
2008-09-30 Sven Neumann <sven@gimp.org> * app/widgets/gimpwidgets-utils.[ch]: added gimp_pango_layout_set_scale(). * app/gui/splash.c: set a smaller font size on the lower label. svn path=/trunk/; revision=27088
This commit is contained in:
committed by
Sven Neumann
parent
945fdb7cc0
commit
ca0b070852
@ -90,6 +90,8 @@ void gimp_widget_set_accel_help (GtkWidget *widget,
|
||||
|
||||
const gchar * gimp_get_message_stock_id (GimpMessageSeverity severity);
|
||||
|
||||
void gimp_pango_layout_set_scale (PangoLayout *layout,
|
||||
double scale);
|
||||
void gimp_pango_layout_set_weight (PangoLayout *layout,
|
||||
PangoWeight weight);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user