Searched defs:typefaces (Results 1 – 1 of 1) sorted by relevance
48 std::vector<std::shared_ptr<FontFamily>> typefaces; in FontCollection() local53 FontCollection::FontCollection(const vector<std::shared_ptr<FontFamily>>& typefaces) : mMaxChar(0) { in FontCollection()57 void FontCollection::init(const vector<std::shared_ptr<FontFamily>>& typefaces) { in init()