Searched defs:FontFamilyWrapper (Results 1 – 1 of 1) sorted by relevance
32 struct FontFamilyWrapper { struct33 explicit FontFamilyWrapper(std::shared_ptr<minikin::FontFamily>&& family) : family(family) {} in FontFamilyWrapper() argument34 std::shared_ptr<minikin::FontFamily> family;