Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
SimpleParagraphStyle Struct Reference

Public Attributes

bool disableHinting
 
WASMPointerU8 ellipsisPtr
 
size_t ellipsisLen
 
SkScalar heightMultiplier
 
size_t maxLines
 
bool replaceTabCharacters
 
para::TextAlign textAlign
 
para::TextDirection textDirection
 
para::TextHeightBehavior textHeightBehavior
 
SimpleTextStyle textStyle
 
SimpleStrutStyle strutStyle
 
bool applyRoundingHack
 

Detailed Description

Definition at line 257 of file paragraph_bindings.cpp.

Member Data Documentation

◆ applyRoundingHack

bool SimpleParagraphStyle::applyRoundingHack

Definition at line 269 of file paragraph_bindings.cpp.

◆ disableHinting

bool SimpleParagraphStyle::disableHinting

Definition at line 258 of file paragraph_bindings.cpp.

◆ ellipsisLen

size_t SimpleParagraphStyle::ellipsisLen

Definition at line 260 of file paragraph_bindings.cpp.

◆ ellipsisPtr

WASMPointerU8 SimpleParagraphStyle::ellipsisPtr

Definition at line 259 of file paragraph_bindings.cpp.

◆ heightMultiplier

SkScalar SimpleParagraphStyle::heightMultiplier

Definition at line 261 of file paragraph_bindings.cpp.

◆ maxLines

size_t SimpleParagraphStyle::maxLines

Definition at line 262 of file paragraph_bindings.cpp.

◆ replaceTabCharacters

bool SimpleParagraphStyle::replaceTabCharacters

Definition at line 263 of file paragraph_bindings.cpp.

◆ strutStyle

SimpleStrutStyle SimpleParagraphStyle::strutStyle

Definition at line 268 of file paragraph_bindings.cpp.

◆ textAlign

para::TextAlign SimpleParagraphStyle::textAlign

Definition at line 264 of file paragraph_bindings.cpp.

◆ textDirection

para::TextDirection SimpleParagraphStyle::textDirection

Definition at line 265 of file paragraph_bindings.cpp.

◆ textHeightBehavior

para::TextHeightBehavior SimpleParagraphStyle::textHeightBehavior

Definition at line 266 of file paragraph_bindings.cpp.

◆ textStyle

SimpleTextStyle SimpleParagraphStyle::textStyle

Definition at line 267 of file paragraph_bindings.cpp.


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