Searched defs:new_family (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A Dfont-lister.cpp155 void FontLister::insert_font_family(Glib::ustring new_family) argument
160 std::vector<Glib::ustring> tokens = Glib::Regex::split_simple(",", new_family);
177 (*treeModelIter)[FontList.family] = new_family;
454 Glib::ustring new_family = ui.first; local
458 std::cout << "FontLister::set_fontspec: family: " << new_family
462 set_font_family(new_family, false);
468 std::pair<Glib::ustring, Glib::ustring> FontLister::new_font_family(Glib::ustring new_family, bool /*check_style*/) argument
472 std::cout << "FontLister::new_font_family: " << new_family << std::endl;
476 if (familyNamesAreEqual(new_family, current_family)) {
495 if (familyNamesAreEqual(new_family, ro
536 set_font_family(Glib::ustring new_family, bool check_style) argument
574 Glib::ustring new_family = current_family; local
[all...]
/inkscape/src/widgets/
H A Dtext-toolbar.cpp142 Glib::ustring new_family = ink_comboboxentry_action_get_active_text( act ); local
143 css_font_family_unquote( new_family ); // Remove quotes around font family names.
151 std::cout << " New family: " << new_family << std::endl;
155 if( new_family.compare( fontlister->get_font_family() ) != 0 ) {
160 fontlister->insert_font_family( new_family );

Completed in 23 milliseconds