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