Flutter Engine
 
Loading...
Searching...
No Matches
FlutterStringAttribute Struct Reference

#include <embedder.h>

Public Attributes

size_t struct_size
 The size of this struct. Must be sizeof(FlutterStringAttribute).
 
size_t start
 
size_t end
 
FlutterStringAttributeType type
 The type of the attribute described by the subsequent union.
 
union { 
 
   const FlutterSpellOutStringAttribute *   spell_out 
 
   const FlutterLocaleStringAttribute *   locale 
 
};  
 

Detailed Description

Definition at line 1502 of file embedder.h.

Member Data Documentation

◆ [union]

union { ... } FlutterStringAttribute

◆ end

size_t FlutterStringAttribute::end

Definition at line 1508 of file embedder.h.

◆ locale

const FlutterLocaleStringAttribute* FlutterStringAttribute::locale

Definition at line 1515 of file embedder.h.

◆ spell_out

const FlutterSpellOutStringAttribute* FlutterStringAttribute::spell_out

Definition at line 1513 of file embedder.h.

◆ start

size_t FlutterStringAttribute::start

Definition at line 1506 of file embedder.h.

◆ struct_size

size_t FlutterStringAttribute::struct_size

The size of this struct. Must be sizeof(FlutterStringAttribute).

Definition at line 1504 of file embedder.h.

◆ type

FlutterStringAttributeType FlutterStringAttribute::type

The type of the attribute described by the subsequent union.

Definition at line 1510 of file embedder.h.


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