Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
skottie::internal::TextAnimator::AnimatedProps Struct Reference

#include <TextAnimator.h>

Public Attributes

VectorValue position
 
VectorValue scale = { 100, 100, 100 }
 
ColorValue fill_color
 
ColorValue stroke_color
 
SkV3 rotation = { 0, 0, 0 }
 
Vec2Value blur = { 0, 0 }
 
Vec2Value line_spacing = { 0, 0 }
 
ScalarValue opacity = 100
 
ScalarValue fill_opacity = 100
 
ScalarValue stroke_opacity = 100
 
ScalarValue tracking = 0
 
ScalarValue stroke_width = 0
 

Detailed Description

Definition at line 36 of file TextAnimator.h.

Member Data Documentation

◆ blur

Vec2Value skottie::internal::TextAnimator::AnimatedProps::blur = { 0, 0 }

Definition at line 43 of file TextAnimator.h.

43{ 0, 0 },

◆ fill_color

ColorValue skottie::internal::TextAnimator::AnimatedProps::fill_color

Definition at line 39 of file TextAnimator.h.

◆ fill_opacity

ScalarValue skottie::internal::TextAnimator::AnimatedProps::fill_opacity = 100

Definition at line 46 of file TextAnimator.h.

◆ line_spacing

Vec2Value skottie::internal::TextAnimator::AnimatedProps::line_spacing = { 0, 0 }

Definition at line 44 of file TextAnimator.h.

44{ 0, 0 };

◆ opacity

ScalarValue skottie::internal::TextAnimator::AnimatedProps::opacity = 100

Definition at line 45 of file TextAnimator.h.

◆ position

VectorValue skottie::internal::TextAnimator::AnimatedProps::position

Definition at line 37 of file TextAnimator.h.

◆ rotation

SkV3 skottie::internal::TextAnimator::AnimatedProps::rotation = { 0, 0, 0 }

Definition at line 42 of file TextAnimator.h.

42{ 0, 0, 0 };

◆ scale

VectorValue skottie::internal::TextAnimator::AnimatedProps::scale = { 100, 100, 100 }

Definition at line 38 of file TextAnimator.h.

38{ 100, 100, 100 };

◆ stroke_color

ColorValue skottie::internal::TextAnimator::AnimatedProps::stroke_color

Definition at line 40 of file TextAnimator.h.

◆ stroke_opacity

ScalarValue skottie::internal::TextAnimator::AnimatedProps::stroke_opacity = 100

Definition at line 47 of file TextAnimator.h.

◆ stroke_width

ScalarValue skottie::internal::TextAnimator::AnimatedProps::stroke_width = 0

Definition at line 49 of file TextAnimator.h.

◆ tracking

ScalarValue skottie::internal::TextAnimator::AnimatedProps::tracking = 0

Definition at line 48 of file TextAnimator.h.


The documentation for this struct was generated from the following file: