Searched defs:TextOffset (Results 1 – 1 of 1) sorted by relevance
175 struct TextOffset : DataDrivenLayoutProperty<std::array<float, 2>> { struct176 static constexpr const char * key = "text-offset";177 static std::array<float, 2> defaultValue() { return {{ 0, 0 }}; } in defaultValue()