Home | History | Annotate | Download | only in fpdf_edit

Lines Matching refs:lfWeight

329         if (pLogFont->lfWeight > FW_MEDIUM && pLogFont->lfItalic) {

331 } else if (pLogFont->lfWeight > FW_MEDIUM) {
422 pFontDesc->SetAtInteger("StemV", pLogFont->lfWeight / 5);