Searched defs:TextRotate (Results 1 – 1 of 1) sorted by relevance
155 struct TextRotate : DataDrivenLayoutProperty<float> { struct156 static constexpr const char * key = "text-rotate";157 static float defaultValue() { return 0; } in defaultValue()