Home
last modified time | relevance | path

Searched refs:_FindSVGFontNodes (Results 1 – 1 of 1) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsvg.c1191 static int _FindSVGFontNodes(xmlNodePtr node,xmlNodePtr *fonts,int cnt, int max, in _FindSVGFontNodes() function
1204 cnt = _FindSVGFontNodes(node,fonts,cnt,max,nodename); in _FindSVGFontNodes()
1216 cnt = _FindSVGFontNodes(xmlDocGetRootElement(doc),fonts,0,100,"svg"); in FindSVGFontNodes()