Searched refs:SPFontSelector (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/widgets/ |
H A D | font-selector.h | 21 struct SPFontSelector; 24 #define SP_FONT_SELECTOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SP_TYPE_FONT_SELECTOR, SPFontSelector)) 46 /* SPFontSelector */ 52 void sp_font_selector_set_fontspec (SPFontSelector *fsel, Glib::ustring fontspec, double size); 53 Glib::ustring sp_font_selector_get_fontspec (SPFontSelector *fsel); 55 double sp_font_selector_get_size (SPFontSelector *fsel);
|
H A D | font-selector.cpp | 35 /* SPFontSelector */ 37 struct SPFontSelector struct 70 void (* font_set) (SPFontSelector *fsel, gchar *fontspec); 81 SPFontSelector *fsel); 84 SPFontSelector *fsel); 87 SPFontSelector *fsel); 89 static void sp_font_selector_emit_set (SPFontSelector *fsel); 90 static void sp_font_selector_set_sizes( SPFontSelector *fsel ); 95 G_DEFINE_TYPE(SPFontSelector, sp_font_selector, GTK_TYPE_BOX); 97 G_DEFINE_TYPE(SPFontSelector, sp_font_selecto [all...] |
/inkscape/src/ui/dialog/ |
H A D | glyphs.h | 23 struct SPFontSelector; 55 static void fontChangeCB(SPFontSelector *fontsel, Glib::ustring fontspec, GlyphsPanel *self); 75 SPFontSelector *fsel;
|
H A D | text-edit.h | 38 struct SPFontSelector; 109 * @param fontsel pointer to SPFontSelector (currently not used). 113 static void onFontChange (SPFontSelector *fontsel, gchar* fontspec, TextEdit *self); 193 SPFontSelector *fsel;
|
H A D | text-edit.cpp | 648 void TextEdit::onFontChange(SPFontSelector * /*fontsel*/, gchar* fontspec, TextEdit *self)
|
H A D | glyphs.cpp | 670 void GlyphsPanel::fontChangeCB(SPFontSelector * /*fontsel*/, Glib::ustring /*fontspec*/, GlyphsPanel *self) 734 //double sp_font_selector_get_size (SPFontSelector *fsel);
|
Completed in 22 milliseconds