Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
skia::textlayout::Placeholder Struct Reference

#include <TextStyle.h>

Public Member Functions

 Placeholder ()=default
 
 Placeholder (size_t start, size_t end, const PlaceholderStyle &style, const TextStyle &textStyle, BlockRange blocksBefore, TextRange textBefore)
 

Public Attributes

TextRange fRange = EMPTY_RANGE
 
PlaceholderStyle fStyle
 
TextStyle fTextStyle
 
BlockRange fBlocksBefore
 
TextRange fTextBefore
 

Detailed Description

Definition at line 360 of file TextStyle.h.

Constructor & Destructor Documentation

◆ Placeholder() [1/2]

skia::textlayout::Placeholder::Placeholder ( )
default

◆ Placeholder() [2/2]

skia::textlayout::Placeholder::Placeholder ( size_t  start,
size_t  end,
const PlaceholderStyle style,
const TextStyle textStyle,
BlockRange  blocksBefore,
TextRange  textBefore 
)
inline

Definition at line 362 of file TextStyle.h.

364 : fRange(start, end)
365 , fStyle(style)
366 , fTextStyle(textStyle)
367 , fBlocksBefore(blocksBefore)
368 , fTextBefore(textBefore) {}
glong glong end

Member Data Documentation

◆ fBlocksBefore

BlockRange skia::textlayout::Placeholder::fBlocksBefore

Definition at line 373 of file TextStyle.h.

◆ fRange

TextRange skia::textlayout::Placeholder::fRange = EMPTY_RANGE

Definition at line 370 of file TextStyle.h.

◆ fStyle

PlaceholderStyle skia::textlayout::Placeholder::fStyle

Definition at line 371 of file TextStyle.h.

◆ fTextBefore

TextRange skia::textlayout::Placeholder::fTextBefore

Definition at line 374 of file TextStyle.h.

◆ fTextStyle

TextStyle skia::textlayout::Placeholder::fTextStyle

Definition at line 372 of file TextStyle.h.


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