Searched defs:fonts (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfont-substitution.cpp79 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 local
[all...]
H A Dsvg-fonts-dialog.cpp18 #include "svg-fonts-dialog.h"
264 /* Add all fonts in the document to the combobox. */
269 std::set<SPObject *> fonts = document->getResourceList( "fonts" ); local
272 for (std::set<SPObject *>::const_iterator it = fonts.begin(); it != fonts.end(); ++it) {
349 // This is not a good solution to the issue because big fonts will result in poor performance.
/inkscape/src/extension/internal/
H A Dtext_reassemble.h112 #define TR_EMFBOT 0x01 /**< use an approximation compatible with EMF file's "BOTTOM" text orientation, which is not the "bottom" for Freetype fonts */
134 uint32_t fi_idx; /**< index into FT_INFO fonts, for fonts added for missing glyphs */
135 uint32_t weight; /**< integer weight for alt fonts, kept sorted into descending order */
142 FcFontSet *fontset; /**< all matching fonts (for fallback on missing glyphs) */
143 ALT_SPECS *alts; /**< index into FT_INFO fonts, for fonts added for missing glyphs */
159 FNT_SPECS *fonts; /**< Array of fontinfo structures */ member in struct:__anon68

Completed in 31 milliseconds