Searched refs:newfont (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | wmf-print.cpp | 1333 int ccount, newfont; local 1366 UnicodeToNon(unicode_text, &ccount, &newfont); 1382 switch (newfont) { 1421 if (!newfont) { 1424 facename = U_Utf8ToLatin1(FontName(newfont), 0, NULL);
|
H A D | emf-print.cpp | 1975 int ccount, newfont; local 2008 UnicodeToNon(unicode_text, &ccount, &newfont); 2017 switch (newfont) { 2055 if (!newfont) { 2058 wfacename = U_Utf8ToUtf16le(FontName(newfont), 0, NULL);
|
Completed in 25 milliseconds