Searched defs:TextFont (Results 1 – 1 of 1) sorted by relevance
115 struct TextFont : DataDrivenLayoutProperty<std::vector<std::string>> { struct116 static constexpr const char * key = "text-font";117 …:vector<std::string> defaultValue() { return { "Open Sans Regular", "Arial Unicode MS Regular" }; } in defaultValue()