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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp1117 PangoFontDescription *font_description = pango_font_describe(new_item.item->analysis.font); local
1118 new_item.font = (font_factory::Default())->Face(font_description);
1119 pango_font_description_free(font_description); // Face() makes a copy

Completed in 19 milliseconds