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

/inkscape/src/libuemf/
H A Duemf_print.c333 U_LOGFONT_PANOSE lfp
336 printf("elfLogFont:"); logfont_print(lfp.elfLogFont);
337 string = U_Utf16leToUtf8(lfp.elfFullName, U_LF_FULLFACESIZE, NULL);
340 string = U_Utf16leToUtf8(lfp.elfStyle, U_LF_FACESIZE, NULL);
343 printf("elfVersion:%u " ,lfp.elfVersion );
344 printf("elfStyleSize:%u " ,lfp.elfStyleSize);
345 printf("elfMatch:%u " ,lfp.elfMatch );
346 printf("elfReserved:%u " ,lfp.elfReserved );
347 printf("elfVendorId:"); hexbytes_print((uint8_t *)lfp.elfVendorId,U_ELF_VENDOR_SIZE); printf(" ");
348 printf("elfCulture:%u " ,lfp
[all...]
H A Duemf_print.h48 void logfont_panose_print(U_LOGFONT_PANOSE lfp);
H A Duemf.c2008 U_LOGFONT_PANOSE lfp; local
2009 memset(&lfp,0,sizeof(U_LOGFONT_PANOSE)); // all fields zero unless needed. Many should be ignored or must be 0.
2010 wchar16strncpy(lfp.elfFullName, elfFullName, U_LF_FULLFACESIZE);
2011 lfp.elfFullName[U_LF_FULLFACESIZE-1] = '\0';
2012 wchar16strncpy(lfp.elfStyle, elfStyle, U_LF_FACESIZE);
2013 lfp.elfStyle[U_LF_FACESIZE-1] = '\0';
2014 lfp.elfLogFont = elfLogFont;
2015 lfp.elfStyleSize = elfStyleSize;
2016 lfp.elfPanose = elfPanose;
2017 return(lfp);
[all...]
H A Duemf_endian.c240 PU_LOGFONT_PANOSE lfp
242 logfont_swap(&(lfp->elfLogFont)); // elfLogFont
245 U_swap4(&(lfp->elfVersion),4); // elfVersion elfStyleSize elfMatch elfReserved
247 U_swap4(&(lfp->elfCulture),1); // elfCulture

Completed in 37 milliseconds