Searched defs:TextIgnorePlacement (Results 1 – 1 of 1) sorted by relevance
185 struct TextIgnorePlacement : LayoutProperty<bool> { struct186 static constexpr const char * key = "text-ignore-placement";187 static bool defaultValue() { return false; } in defaultValue()