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

/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.cpp832 Inkscape::XML::Node *fontface; local
833 fontface = xml_doc->createElement("svg:font-face");
834 fontface->setAttribute("units-per-em", "1024");
835 repr->appendChild(fontface);

Completed in 23 milliseconds