Searched defs:FontFamilyWrapper (Results 1 – 1 of 1) sorted by relevance
29 struct FontFamilyWrapper { struct30 FontFamilyWrapper(std::shared_ptr<minikin::FontFamily>&& family) : family(family) {} in FontFamilyWrapper() function31 std::shared_ptr<minikin::FontFamily> family;