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

/inkscape/src/libuemf/
H A Duwmf.c4381 uint32_t irecsize,off,flen; local
4382 flen = 1 + strlen((char *)font->FaceName); /* include the null terminator in the count */
4383 if(flen & 1) flen++; /* make the allocation end line up at an even byte */
4384 irecsize = U_SIZE_METARECORD + U_SIZE_FONT_CORE + flen;
4389 memcpy(record+off,font,U_SIZE_FONT_CORE + flen);

Completed in 41 milliseconds