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

/inkscape/src/helper/
H A Dpng-write.cpp206 PngTextList textList; local
208 textList.add("Software", "www.inkscape.org"); // Made by Inkscape comment
225 textList.add(pngToDc[i], data);
237 textList.add("Copyright", tmp);
240 textList.add("Copyright", license->name);
242 textList.add("Copyright", license->uri);
246 if (textList.getCount() > 0) {
247 png_set_text(png_ptr, info_ptr, textList.getPtext(), textList.getCount());

Completed in 14 milliseconds