Searched defs:TextKeepUpright (Results 1 – 1 of 1) sorted by relevance
165 struct TextKeepUpright : LayoutProperty<bool> { struct166 static constexpr const char * key = "text-keep-upright";167 static bool defaultValue() { return true; } in defaultValue()