Home | History | Annotate | Download | only in fpdf_font

Lines Matching refs:KeyExist

240     if (pFontDesc->KeyExist(FX_BSTRC("ItalicAngle"))) {
249 if (pFontDesc->KeyExist(FX_BSTRC("StemV"))) {
254 if (pFontDesc->KeyExist(FX_BSTRC("Ascent"))) {
259 if (pFontDesc->KeyExist(FX_BSTRC("Descent"))) {
264 if (pFontDesc->KeyExist(FX_BSTRC("CapHeight"))) {
440 if (pFontDesc == NULL || !pFontDesc->KeyExist(FX_BSTRC("FontFile2"))) {
939 if (pFontDesc && pFontDesc->KeyExist(FX_BSTRC("MissingWidth"))) {
1032 if (pFontDesc && pFontDesc->KeyExist(FX_BSTRC("Flags"))) {
1476 FX_BOOL bToUnicode = m_pFontDict->KeyExist(FX_BSTRC("ToUnicode"));