Lines Matching refs:lfp
333 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.elfCulture );
349 printf("elfPanose:"); panose_print(lfp.elfPanose);