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

/inkscape/src/ui/dialog/
H A Dfont-substitution.h2 * @brief FontSubstitution dialog
24 class FontSubstitution { class in namespace:Inkscape::UI::Dialog
26 FontSubstitution();
27 virtual ~FontSubstitution();
31 static FontSubstitution &getInstance() { return *new FontSubstitution(); }
38 FontSubstitution(FontSubstitution const &d);
39 FontSubstitution& operator=(FontSubstitution cons
[all...]
H A Dfont-substitution.cpp54 FontSubstitution::FontSubstitution() function in class:Inkscape::UI::Dialog::FontSubstitution
58 FontSubstitution::~FontSubstitution()
63 FontSubstitution::checkFontSubstitutions(SPDocument* doc)
77 FontSubstitution::show(Glib::ustring out, std::vector<SPItem*> &l)
147 std::vector<SPItem*> FontSubstitution::getFontReplacedItems(SPDocument* doc, Glib::ustring *out)
262 Glib::ustring FontSubstitution::getSubstituteFontName (Glib::ustring font)

Completed in 487 milliseconds