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

/inkscape/src/libnrtype/
H A DFontFactory.cpp417 PangoFontDescription *temp_descr = pango_font_description_new(); local
419 pango_font_description_set_family(temp_descr, style->font_family.value);
424 pango_font_description_set_style(temp_descr, PANGO_STYLE_ITALIC);
428 pango_font_description_set_style(temp_descr, PANGO_STYLE_OBLIQUE);
433 pango_font_description_set_style(temp_descr, PANGO_STYLE_NORMAL);
439 pango_font_description_set_weight(temp_descr, PANGO_WEIGHT_THIN);
443 pango_font_description_set_weight(temp_descr, PANGO_WEIGHT_ULTRALIGHT);
447 pango_font_description_set_weight(temp_descr, PANGO_WEIGHT_LIGHT);
452 pango_font_description_set_weight(temp_descr, PANGO_WEIGHT_NORMAL);
456 pango_font_description_set_weight(temp_descr, PANGO_WEIGHT_MEDIU
550 PangoFontDescription *temp_descr = pango_font_description_from_string(style); local
762 PangoFontDescription *temp_descr = pango_font_description_new(); local
[all...]

Completed in 17 milliseconds