Searched refs:fontNode (Results 1 – 1 of 1) sorted by relevance
53 for (xmlNode* fontNode = familyNode->children; fontNode; fontNode = fontNode->next) { in getFontCollection() local54 if (xmlStrcmp(fontNode->name, (const xmlChar*)"font") != 0) { in getFontCollection()58 int weight = atoi((const char*)(xmlGetProp(fontNode, (const xmlChar*)"weight"))) / 100; in getFontCollection()60 xmlGetProp(fontNode, (const xmlChar*)"style"), (const xmlChar*)"italic") == 0; in getFontCollection()62 xmlChar* fontFileName = xmlNodeListGetString(doc, fontNode->xmlChildrenNode, 1); in getFontCollection()