Flutter Impeller
ImpellerTextDecoration Struct Reference

#include <impeller.h>

Public Attributes

int types
 A mask of ImpellerTextDecorationTypes to enable. More...
 
ImpellerColor color
 The decoration color. More...
 
ImpellerTextDecorationStyle style
 The decoration style. More...
 
float thickness_multiplier
 

Detailed Description

Definition at line 646 of file impeller.h.

Member Data Documentation

◆ color

ImpellerColor ImpellerTextDecoration::color

The decoration color.

Definition at line 650 of file impeller.h.

◆ style

ImpellerTextDecorationStyle ImpellerTextDecoration::style

The decoration style.

Definition at line 652 of file impeller.h.

◆ thickness_multiplier

float ImpellerTextDecoration::thickness_multiplier

Definition at line 655 of file impeller.h.

◆ types

int ImpellerTextDecoration::types

A mask of ImpellerTextDecorationTypes to enable.

Definition at line 648 of file impeller.h.

Referenced by impeller::interop::testing::TEST_P().


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