Home
last modified time | relevance | path

Searched refs:ConstructFontSpecification (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DFontFactory.h116 Glib::ustring ConstructFontSpecification(PangoFontDescription *font);
117 Glib::ustring ConstructFontSpecification(font_instance *font);
H A DFontFactory.cpp296 Glib::ustring font_factory::ConstructFontSpecification(PangoFontDescription *font) in ConstructFontSpecification() function in font_factory
323 Glib::ustring font_factory::ConstructFontSpecification(font_instance *font) in ConstructFontSpecification() function in font_factory
330 pangoString = ConstructFontSpecification(font->descr); in ConstructFontSpecification()
H A DLayout-TNG-Compute.cpp2088 << factory->ConstructFontSpecification( para->pango_items[pidx].font ) in dumpPangoItemsOut()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1319 … Glib::ustring properFontSpec = font_factory::Default()->ConstructFontSpecification(descr); in _flushText()