Home
last modified time | relevance | path

Searched defs:typefaces (Results 1 – 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
DFontCollection.cpp47 std::vector<std::shared_ptr<FontFamily>> typefaces; in FontCollection() local
52 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()