Searched refs:fontlister (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/widgets/
H A Dtext-toolbar.cpp148 Inkscape::FontLister* fontlister = Inkscape::FontLister::get_instance(); local
150 std::cout << " Old family: " << fontlister->get_font_family() << std::endl;
152 std::cout << " Old active: " << fontlister->get_font_family_row() << std::endl;
155 if( new_family.compare( fontlister->get_font_family() ) != 0 ) {
160 fontlister->insert_font_family( new_family );
164 fontlister->set_font_family( act->active );
168 fontlister->fill_css( css );
266 Inkscape::FontLister* fontlister = Inkscape::FontLister::get_instance(); local
268 if( new_style.compare( fontlister->get_font_style() ) != 0 ) {
270 fontlister
1108 Inkscape::FontLister* fontlister = Inkscape::FontLister::get_instance(); local
1532 Inkscape::FontLister* fontlister = Inkscape::FontLister::get_instance(); local
1626 Inkscape::FontLister* fontlister = Inkscape::FontLister::get_instance(); local
[all...]
H A Dfont-selector.cpp181 Inkscape::FontLister* fontlister = Inkscape::FontLister::get_instance(); local
182 Glib::RefPtr<Gtk::ListStore> store = fontlister->get_font_list();
309 Inkscape::FontLister *fontlister = Inkscape::FontLister::get_instance();
310 fontlister->ensureRowStyles(model, &iter);
318 Glib::ustring style = fontlister->get_font_style();
319 Glib::ustring best = fontlister->get_best_style_match (family, style);
/inkscape/src/ui/dialog/
H A Dtext-edit.cpp362 Inkscape::FontLister* fontlister = Inkscape::FontLister::get_instance(); local
365 fontlister->update_font_list(this->desktop->getDocument());
366 fontlister->selection_update();
368 Glib::ustring fontspec = fontlister->get_fontspec();
501 Inkscape::FontLister *fontlister = Inkscape::FontLister::get_instance(); local
502 fontlister->fill_css( css, fontspec );
606 Inkscape::FontLister *fontlister = Inkscape::FontLister::get_instance(); local
607 fontlister->set_fontspec( fontspec, false );

Completed in 45 milliseconds