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

/inkscape/src/libnrtype/
H A DFontFactory.h43 // the font_factory keeps a hashmap of all the loaded font_instances, and uses the PangoFontDescription
73 class font_factory { class
75 static font_factory *lUsine; /**< The default font_factory; i cannot think of why we would
101 font_factory();
102 virtual ~font_factory();
104 /// Returns the default font_factory.
105 static font_factory* Default();
134 /// Semi-private: tells the font_factory taht the font_instance 'who' has died and should be removed from loadedFaces
157 // pointers to the appropriate PangoFontFace. The font_factory loadedFace
[all...]
H A DFontFactory.cpp77 font_factory *font_factory::lUsine = NULL;
79 font_factory *font_factory::Default(void)
81 if ( lUsine == NULL ) lUsine = new font_factory;
85 font_factory::font_factory(void) : function in class:font_factory
117 font_factory::~font_factory(void)
138 Glib::ustring font_factory
[all...]

Completed in 17 milliseconds