Searched refs:typefaces (Results 1 – 2 of 2) sorted by relevance
48 std::vector<std::shared_ptr<FontFamily>> typefaces; in FontCollection() local49 typefaces.push_back(typeface); in FontCollection()50 init(typefaces); in FontCollection()53 FontCollection::FontCollection(const vector<std::shared_ptr<FontFamily>>& typefaces) : mMaxChar(0) { in FontCollection() argument54 init(typefaces); in FontCollection()57 void FontCollection::init(const vector<std::shared_ptr<FontFamily>>& typefaces) { in init() argument60 size_t nTypefaces = typefaces.size(); in init()63 const std::shared_ptr<FontFamily>& family = typefaces[i]; in init()
34 explicit FontCollection(const std::vector<std::shared_ptr<FontFamily>>& typefaces);78 void init(const std::vector<std::shared_ptr<FontFamily>>& typefaces);