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

/inkscape/src/ui/dialog/
H A Dfont-substitution.cpp194 gchar const *style_font = NULL; local
196 style_font = style->font_family.value;
198 style_font = style->font_specification.value;
200 style_font = style->font_family.value;
202 style_font = style->font_specification.value;
204 if (style_font) {
206 mapFontStyles.insert(std::make_pair (item, style_font));

Completed in 11 milliseconds