Searched defs:typefaces (Results 1 – 4 of 4) sorted by relevance
37 vector<FontFamily *>typefaces; in makeFontCollection() local
45 vector<FontFamily *>typefaces; in makeFontCollection() local
58 std::vector<FontFamily *>typefaces; in makeFontCollection() local
81 FontCollection::FontCollection(const vector<FontFamily*>& typefaces) : in FontCollection()