Searched refs:unicode_text (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | wmf-print.cpp | 1362 uint16_t *unicode_text = U_Utf8ToUtf16le(text2, 0, NULL); local 1366 UnicodeToNon(unicode_text, &ccount, &newfont); 1369 char *latin1_text = U_Utf16leToLatin1(unicode_text, 0, NULL); 1370 free(unicode_text);
|
H A D | emf-print.cpp | 2004 uint16_t *unicode_text = U_Utf8ToUtf16le(text2, 0, NULL); local 2008 UnicodeToNon(unicode_text, &ccount, &newfont); 2149 }, ndx, 2, unicode_text, U_ETO_NONE, U_RCL_DEF, adx); 2153 }, ndx, 2, unicode_text, U_ETO_RTLREADING, U_RCL_DEF, adx); 2155 free(unicode_text);
|
Completed in 25 milliseconds