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

#include <Paragraph.h>

Public Attributes

const SkFontfont
 
SkPoint origin
 
SkScalar advanceX
 
int count
 
const uint16_t * glyphs
 
const SkPointpositions
 
const uint32_t * utf8Starts
 
unsigned flags
 

Detailed Description

Definition at line 86 of file Paragraph.h.

Member Data Documentation

◆ advanceX

SkScalar skia::textlayout::Paragraph::VisitorInfo::advanceX

Definition at line 89 of file Paragraph.h.

◆ count

int skia::textlayout::Paragraph::VisitorInfo::count

Definition at line 90 of file Paragraph.h.

◆ flags

unsigned skia::textlayout::Paragraph::VisitorInfo::flags

Definition at line 94 of file Paragraph.h.

◆ font

const SkFont& skia::textlayout::Paragraph::VisitorInfo::font

Definition at line 87 of file Paragraph.h.

◆ glyphs

const uint16_t* skia::textlayout::Paragraph::VisitorInfo::glyphs

Definition at line 91 of file Paragraph.h.

◆ origin

SkPoint skia::textlayout::Paragraph::VisitorInfo::origin

Definition at line 88 of file Paragraph.h.

◆ positions

const SkPoint* skia::textlayout::Paragraph::VisitorInfo::positions

Definition at line 92 of file Paragraph.h.

◆ utf8Starts

const uint32_t* skia::textlayout::Paragraph::VisitorInfo::utf8Starts

Definition at line 93 of file Paragraph.h.


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