Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:LOGFONTA

369     LOGFONTA	lf;

381 memcpy(&pData->lf, &lpelfe->elfLogFont, sizeof(LOGFONTA));
386 static FX_BOOL RetrieveSpecificFont(LOGFONTA& lf)
394 memcpy(&lf, &fd.lf, sizeof(LOGFONTA));
398 static FX_BOOL RetrieveSpecificFont(FX_BYTE charSet, FX_BYTE pitchAndFamily, LPCSTR pcsFontName, LOGFONTA& lf)
400 memset(&lf, 0, sizeof(LOGFONTA));
408 static FX_BOOL RetrieveStockFont(int iFontObject, FX_BYTE charSet, LOGFONTA& lf)
412 memset(&lf, 0, sizeof(LOGFONTA));
413 int iRet = ::GetObject(hFont, sizeof(LOGFONTA), &lf);
428 LOGFONTA lf;
451 LOGFONTA lf;
452 memset(&lf, 0, sizeof(LOGFONTA));
453 ::GetObjectA(hFont, sizeof(LOGFONTA), &lf);
473 LOGFONTA lf;
474 memset(&lf, 0, sizeof(LOGFONTA));
475 ::GetObject(hFont, sizeof(LOGFONTA), &lf);
502 LOGFONTA lf;
527 memcpy(pLogFont, &lf, sizeof(LOGFONTA));
611 LOGFONTA lf;