Searched refs:GetDevFont (Results 1 – 5 of 5) sorted by relevance
46 virtual void* GetDevFont() const { return (void*)m_pFont; } in GetDevFont() function
868 FXFT_Face pFace = ((CFX_Font*)pFont->GetDevFont())->GetFace(); in VerifyUnicode()948 *pFaceCount = ((CFX_Font*)pFont->GetDevFont())->GetFace()->num_faces; in LoadFont()977 *pFaceCount = ((CFX_Font*)pFont->GetDevFont())->GetFace()->num_faces; in LoadFont()
142 CFX_Font* pFxFont = (CFX_Font*)pFont->GetDevFont(); in DrawString()179 pFxFont = (CFX_Font*)pCurFont->GetDevFont(); in DrawString()200 pFxFont = (CFX_Font*)pCurFont->GetDevFont(); in DrawString()
114 pFont ? static_cast<CFX_Font*>(pFont->GetDevFont()) : nullptr; in GenerateBarcodeImageCache()
88 virtual void* GetDevFont() const = 0;