Searched refs:CreateFontF (Results 1 – 3 of 3) sorted by relevance
237 CPDF_Font* pFont = CPDF_Font::CreateFontF(m_pPDFDoc, pFontDict); in GetFont()284 CPDF_Font* pFont = CPDF_Font::CreateFontF(m_pPDFDoc, pDict); in GetStandardFont()
101 static CPDF_Font* CreateFontF(CPDF_Document* pDoc,
372 pFont = CPDF_Font::CreateFontF(NULL, pDict); in GetStockFont()381 CPDF_Font* CPDF_Font::CreateFontF(CPDF_Document* pDoc, in CreateFontF() function in CPDF_Font