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

#include <Paragraph.h>

Public Member Functions

 FontInfo (const SkFont &font, const TextRange textRange)
 
virtual ~FontInfo ()=default
 
 FontInfo (const FontInfo &)=default
 

Public Attributes

SkFont fFont
 
TextRange fTextRange
 

Detailed Description

Definition at line 243 of file Paragraph.h.

Constructor & Destructor Documentation

◆ FontInfo() [1/2]

skia::textlayout::Paragraph::FontInfo::FontInfo ( const SkFont font,
const TextRange  textRange 
)
inline

Definition at line 244 of file Paragraph.h.

◆ ~FontInfo()

virtual skia::textlayout::Paragraph::FontInfo::~FontInfo ( )
virtualdefault

◆ FontInfo() [2/2]

skia::textlayout::Paragraph::FontInfo::FontInfo ( const FontInfo )
default

Member Data Documentation

◆ fFont

SkFont skia::textlayout::Paragraph::FontInfo::fFont

Definition at line 248 of file Paragraph.h.

◆ fTextRange

TextRange skia::textlayout::Paragraph::FontInfo::fTextRange

Definition at line 249 of file Paragraph.h.


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