diff options
Diffstat (limited to 'src/widgets/dash-selector.h')
| -rw-r--r-- | src/widgets/dash-selector.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/widgets/dash-selector.h b/src/widgets/dash-selector.h index faa667ac7..5b9ebfa2b 100644 --- a/src/widgets/dash-selector.h +++ b/src/widgets/dash-selector.h @@ -54,6 +54,11 @@ private: GdkPixbuf* sp_dash_to_pixbuf(double *pattern); /** + * Fill a pixbuf with text standard cairo drawing + */ + GdkPixbuf* sp_text_to_pixbuf(char *text); + + /** * Callback for combobox image renderer */ void prepareImageRenderer( Gtk::TreeModel::const_iterator const &row ); |
