Searched refs:default_font (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A DTextWrapper.h48 font_instance *default_font; // font set as the default font (would need at least one alternate per language) member in class:text_wrapper
H A DTextWrapper.cpp31 default_font = NULL;
56 if ( default_font ) default_font->Unref();
68 default_font = NULL;
76 if ( default_font ) default_font->Unref();
77 default_font = iFont;
213 if ( default_font == NULL ) return;
217 //char *tc = pango_font_description_to_string(default_font->descr);
221 pango_layout_set_font_description(pLayout, default_font
[all...]

Completed in 2963 milliseconds