Home
last modified time | relevance | path

Searched defs:LottieTextRange (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModel.h201 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;
[all …]