Searched refs:fontFileName (Results 1 – 1 of 1) sorted by relevance
62 xmlChar* fontFileName = xmlNodeListGetString(doc, fontNode->xmlChildrenNode, 1); in getFontFamilies() local63 std::string fontPath = fontDir + std::string((const char*)fontFileName); in getFontFamilies()64 xmlFree(fontFileName); in getFontFamilies()