Lines Matching defs:family
123 // Font family
143 css_font_family_unquote( new_family ); // Remove quotes around font family names.
146 // the font-family may be the same for all, the styles might be different.
150 std::cout << " Old family: " << fontlister->get_font_family() << std::endl;
151 std::cout << " New family: " << new_family << std::endl;
156 // Changed font-family
159 // New font-family, not in document, not on system (could be fallback list)
161 act->active = 0; // New family is always at top of list.
179 _("Text: Change font family"));
1136 * Font family (font-family)
1184 // If we have valid query data for text (font-family, font-specification) set toolbar accordingly.
1478 // TODO: possibly share with font-selector by moving most code to font-lister (passing family name)
1481 Glib::ustring family = gtk_entry_get_text ( entry );
1482 //std::cout << "text_toolbox_missing_font_cb: selecting: " << family << std::endl;
1484 // Get all items with matching font-family set (not inherited!).
1500 //std::cout << " family style from font_family: " << family_style << std::endl;
1504 //std::cout << " family style from font_spec: " << family_style << std::endl;
1507 if (family_style.compare( family ) == 0 ) {
1529 /* Font family */
1550 gchar *const info = _("Select all text with this font-family");