Searched defs:FamilyData (Results 1 – 1 of 1) sorted by relevance
85 struct FamilyData { struct86 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families, in FamilyData() function102 XML_Parser fParser; // The expat parser doing the work, owned by caller103 SkTDArray<FontFamily*>& fFamilies; // The array to append families, owned by caller104 SkAutoTDelete<FontFamily> fCurrentFamily; // The family being created, owned by this105 FontFileInfo* fCurrentFontInfo; // The fontInfo being created, owned by fCurrentFamily106 int fVersion; // The version of the file parsed.107 const SkString& fBasePath; // The current base path.108 const bool fIsFallback; // Indicates the file being parsed is a fallback file109 const char* fFilename; // The name of the file currently being parsed.[all …]