Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 1228 of file embedder.h.

Member Data Documentation

◆ [union]

union { ... } FlutterStringAttribute

◆ end

size_t FlutterStringAttribute::end

Definition at line 1234 of file embedder.h.

◆ locale

const FlutterLocaleStringAttribute* FlutterStringAttribute::locale

Definition at line 1241 of file embedder.h.

◆ spell_out

const FlutterSpellOutStringAttribute* FlutterStringAttribute::spell_out

Definition at line 1239 of file embedder.h.

◆ start

size_t FlutterStringAttribute::start

Definition at line 1232 of file embedder.h.

◆ struct_size

size_t FlutterStringAttribute::struct_size

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

Definition at line 1230 of file embedder.h.

◆ type

FlutterStringAttributeType FlutterStringAttribute::type

The type of the attribute described by the subsequent union.

Definition at line 1236 of file embedder.h.


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