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

#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 }
 

Detailed Description

Definition at line 52 of file TextAnimator.h.

Member Data Documentation

◆ blur

SkV2 skottie::internal::TextAnimator::ResolvedProps::blur = { 0, 0 }

Definition at line 61 of file TextAnimator.h.

61{ 0, 0 },

◆ fill_color

SkColor skottie::internal::TextAnimator::ResolvedProps::fill_color = SK_ColorTRANSPARENT

Definition at line 59 of file TextAnimator.h.

◆ line_spacing

SkV2 skottie::internal::TextAnimator::ResolvedProps::line_spacing = { 0, 0 }

Definition at line 62 of file TextAnimator.h.

62{ 0, 0 };

◆ opacity

float skottie::internal::TextAnimator::ResolvedProps::opacity = 1

Definition at line 56 of file TextAnimator.h.

◆ position

SkV3 skottie::internal::TextAnimator::ResolvedProps::position = { 0, 0, 0 }

Definition at line 53 of file TextAnimator.h.

53{ 0, 0, 0 },

◆ rotation

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

Definition at line 55 of file TextAnimator.h.

55{ 0, 0, 0 };

◆ scale

SkV3 skottie::internal::TextAnimator::ResolvedProps::scale = { 1, 1, 1 }

Definition at line 54 of file TextAnimator.h.

54{ 1, 1, 1 },

◆ stroke_color

SkColor skottie::internal::TextAnimator::ResolvedProps::stroke_color = SK_ColorTRANSPARENT

Definition at line 60 of file TextAnimator.h.

◆ stroke_width

float skottie::internal::TextAnimator::ResolvedProps::stroke_width = 0

Definition at line 58 of file TextAnimator.h.

◆ tracking

float skottie::internal::TextAnimator::ResolvedProps::tracking = 0

Definition at line 57 of file TextAnimator.h.


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