Lines Matching defs:family
7 * Check comma separated values in text against list. (Useful for font-family fallbacks.)
499 * For the font-family list we need to handle two cases:
501 * In this case we use row number as the font-family list can have duplicate
505 * Text is not in the list store (i.e. default font-family is not on system):
757 gboolean check = true; // If true, font-family is on system.
799 // This is useful for checking if all fonts in a font-family fallback
901 gchar *family = 0;
902 gtk_tree_model_get(model, iter, 0, &family, -1);
905 gtk_entry_set_text (GTK_ENTRY (entry), family );
909 action->text = family;