Lines Matching defs:LottieTextRange
201 struct LottieTextRange struct
203 enum Based : uint8_t { Chars = 1, CharsExcludingSpaces, Words, Lines };
204 enum Shape : uint8_t { Square = 1, RampUp, RampDown, Triangle, Round, Smooth };
205 enum Unit : uint8_t { Percent = 1, Index };
207 LottieTextStyle style;
208 LottieFloat offset = 0.0f;
209 LottieFloat maxEase = 0.0f;
210 LottieFloat minEase = 0.0f;
211 LottieFloat maxAmount = 0.0f;
212 LottieFloat smoothness = 0.0f;
213 LottieFloat start = 0.0f;
214 LottieFloat end = FLT_MAX;
215 Based based = Chars;
216 Shape shape = Square;
217 Unit rangeUnit = Percent;
218 uint8_t random = 0;
219 bool expressible = false;