diff options
Diffstat (limited to 'src/widgets/font-selector.h')
| -rw-r--r-- | src/widgets/font-selector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/font-selector.h b/src/widgets/font-selector.h index da32b3640..80e8b1e4d 100644 --- a/src/widgets/font-selector.h +++ b/src/widgets/font-selector.h @@ -35,7 +35,7 @@ void sp_font_selector_set_font (SPFontSelector *fsel, font_instance *font, doubl font_instance *sp_font_selector_get_font (SPFontSelector *fsel); double sp_font_selector_get_size (SPFontSelector *fsel); - +unsigned int sp_font_selector_get_best_style (font_instance *font, GList *list); #endif // SP_FONT_SELECTOR_H |
