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

/inkscape/src/extension/internal/
H A Dtext_reassemble.c2496 int ispaces = lround(spaces); local
2497 tspj->xkern -= ((double)ispaces*spcadv);
2498 if(ispaces<0)ispaces=-ispaces;
2500 uint8_t *newstring = malloc(1 + ispaces + slen);
2502 memcpy(newstring+ispaces,tspj->string,slen+1); /* copy existing string to proper position */
2505 tspj->spaces = ispaces; // only needed to fix optional debugging SVG output later

Completed in 1284 milliseconds