Searched defs:FamilyData (Results 1 – 1 of 1) sorted by relevance
98 struct FamilyData { struct99 FamilyData(XML_Parser parser, SkTDArray<FontFamily*>& families, in FamilyData() function115 XML_Parser fParser; // The expat parser doing the work, owned by caller116 SkTDArray<FontFamily*>& fFamilies; // The array to append families, owned by caller117 std::unique_ptr<FontFamily> fCurrentFamily; // The family being created, owned by this118 FontFileInfo* fCurrentFontInfo; // The info being created, owned by fCurrentFamily119 int fVersion; // The version of the file parsed.120 const SkString& fBasePath; // The current base path.121 const bool fIsFallback; // The file being parsed is a fallback file122 const char* fFilename; // The name of the file currently being parsed.[all …]