Searched defs:typefaces (Results 1 – 2 of 2) sorted by relevance
65 std::vector<std::shared_ptr<FontFamily>> typefaces; in FontCollection() local70 FontCollection::FontCollection(const vector<std::shared_ptr<FontFamily>>& typefaces) : mMaxChar(0) { in FontCollection()74 void FontCollection::init(const vector<std::shared_ptr<FontFamily>>& typefaces) { in init()
298 std::vector<Typeface*> typefaces; in Typeface_writeTypefaces() local