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

/inkscape/src/libnrtype/
H A Dfont-lister.h59 class FontLister { class in namespace:Inkscape
66 virtual ~FontLister();
89 * Necessary for quick initialization of FontLister,
153 static Inkscape::FontLister *get_instance();
265 FontLister();
H A Dfont-lister.cpp48 FontLister::FontLister() function in class:Inkscape::FontLister
106 FontLister::~FontLister()
125 FontLister *FontLister::get_instance()
127 static Inkscape::FontLister *instance = new Inkscape::FontLister();
131 void FontLister::ensureRowStyles(GtkTreeModel* model, GtkTreeIter const* iterator)
144 // FontLister
[all...]

Completed in 37 milliseconds