Searched refs:typefaces (Results 1 – 2 of 2) sorted by relevance
47 std::vector<std::shared_ptr<FontFamily>> typefaces; in FontCollection() local48 typefaces.push_back(typeface); in FontCollection()49 init(typefaces); in FontCollection()52 FontCollection::FontCollection(const vector<std::shared_ptr<FontFamily>>& typefaces) : mMaxChar(0) { in FontCollection() argument53 init(typefaces); in FontCollection()56 void FontCollection::init(const vector<std::shared_ptr<FontFamily>>& typefaces) { in init() argument59 size_t nTypefaces = typefaces.size(); in init()62 const std::shared_ptr<FontFamily>& family = typefaces[i]; in init()
35 explicit FontCollection(const std::vector<std::shared_ptr<FontFamily>>& typefaces);86 void init(const std::vector<std::shared_ptr<FontFamily>>& typefaces);