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