Searched refs:fontNode (Results 1 – 1 of 1) sorted by relevance
71 for (xmlNode* fontNode = familyNode->children; fontNode; fontNode = fontNode->next) { in getFontFamilies() local72 if (xmlStrcmp(fontNode->name, (const xmlChar*)"font") != 0) { in getFontFamilies()76 uint16_t weight = atoi((const char*)(xmlGetProp(fontNode, (const xmlChar*)"weight"))); in getFontFamilies()78 xmlStrcmp(xmlGetProp(fontNode, (const xmlChar*)"style"), in getFontFamilies()82 xmlChar* fontFileName = xmlNodeListGetString(doc, fontNode->xmlChildrenNode, 1); in getFontFamilies()