Home | History | Annotate | Download | only in fpdf_edit

Lines Matching refs:SetAtInteger

401         pCIDSysInfo->SetAtInteger("Supplement", supplement);

412 pFontDesc->SetAtInteger("Flags", flags);
418 pFontDesc->SetAtInteger("ItalicAngle", italicangle);
419 pFontDesc->SetAtInteger("Ascent", ascend);
420 pFontDesc->SetAtInteger("Descent", descend);
421 pFontDesc->SetAtInteger("CapHeight", capheight);
422 pFontDesc->SetAtInteger("StemV", pLogFont->lfWeight / 5);
799 pCIDSysInfo->SetAtInteger("Supplement", supplement);
810 pFontDesc->SetAtInteger("Flags", flags);
816 pFontDesc->SetAtInteger("ItalicAngle", italicangle);
817 pFontDesc->SetAtInteger("Ascent", ascend);
818 pFontDesc->SetAtInteger("Descent", descend);
819 pFontDesc->SetAtInteger("CapHeight", capheight);
837 pFontDesc->SetAtInteger("StemV", fStemV);
1010 pCIDSysInfo->SetAtInteger("Supplement", supplement);
1021 pFontDesc->SetAtInteger("Flags", flags);
1022 pFontDesc->SetAtInteger("ItalicAngle", pFont->m_pSubstFont ? pFont->m_pSubstFont->m_ItalicAngle : 0);
1023 pFontDesc->SetAtInteger("Ascent", pFont->GetAscent());
1024 pFontDesc->SetAtInteger("Descent", pFont->GetDescent());
1052 pFontDesc->SetAtInteger("StemV", nStemV);
1095 pPages->SetAtInteger("Count", pPages->GetInteger("Count") + (bInsert ? 1 : -1));
1113 pPages->SetAtInteger("Count", pPages->GetInteger("Count") + (bInsert ? 1 : -1));
1142 pPages->SetAtInteger(FX_BSTRC("Count"), nPages + 1);