Flutter Engine
The Flutter Engine
|
#include <TextAnimator.h>
Public Attributes | |
SkV3 | position = { 0, 0, 0 } |
SkV3 | scale = { 1, 1, 1 } |
SkV3 | rotation = { 0, 0, 0 } |
float | opacity = 1 |
float | tracking = 0 |
float | stroke_width = 0 |
SkColor | fill_color = SK_ColorTRANSPARENT |
SkColor | stroke_color = SK_ColorTRANSPARENT |
SkV2 | blur = { 0, 0 } |
SkV2 | line_spacing = { 0, 0 } |
Definition at line 52 of file TextAnimator.h.
SkV2 skottie::internal::TextAnimator::ResolvedProps::blur = { 0, 0 } |
Definition at line 61 of file TextAnimator.h.
SkColor skottie::internal::TextAnimator::ResolvedProps::fill_color = SK_ColorTRANSPARENT |
Definition at line 59 of file TextAnimator.h.
SkV2 skottie::internal::TextAnimator::ResolvedProps::line_spacing = { 0, 0 } |
Definition at line 62 of file TextAnimator.h.
float skottie::internal::TextAnimator::ResolvedProps::opacity = 1 |
Definition at line 56 of file TextAnimator.h.
SkV3 skottie::internal::TextAnimator::ResolvedProps::position = { 0, 0, 0 } |
Definition at line 53 of file TextAnimator.h.
SkV3 skottie::internal::TextAnimator::ResolvedProps::rotation = { 0, 0, 0 } |
Definition at line 55 of file TextAnimator.h.
SkV3 skottie::internal::TextAnimator::ResolvedProps::scale = { 1, 1, 1 } |
Definition at line 54 of file TextAnimator.h.
SkColor skottie::internal::TextAnimator::ResolvedProps::stroke_color = SK_ColorTRANSPARENT |
Definition at line 60 of file TextAnimator.h.
float skottie::internal::TextAnimator::ResolvedProps::stroke_width = 0 |
Definition at line 58 of file TextAnimator.h.
float skottie::internal::TextAnimator::ResolvedProps::tracking = 0 |
Definition at line 57 of file TextAnimator.h.