Lines Matching defs:fonts
79 Gtk::MessageDialog warning(_("\nSome fonts are not available and have been substituted."),
137 * Find all the fonts that are in the document but not available on the users system
138 * and have been substituted for other fonts
140 * Return a list of SPItems where fonts have been substituted.
143 * a. Build up a list of the objects with fonts defined in the style attribute
144 * b. Build up a list of the objects rendered fonts - taken for the objects layout/spans
145 * If there are fonts in a. that are not in b. then those fonts have been substituted.
183 // Add all the spans fonts to the set
216 Glib::ustring fonts = mapIter->second;
219 std::vector<Glib::ustring> vFonts = Glib::Regex::split_simple("," , fonts);
243 Glib::ustring subName = getSubstituteFontName(fonts);
245 _("Font '%1' substituted with '%2'"), fonts.c_str(), subName.c_str());