Skia
2D Graphics Library
SkTextBlob::Iter Class Reference

#include <SkTextBlob.h>

Classes

struct  ExperimentalRun
 
struct  Run
 

Public Member Functions

 Iter (const SkTextBlob &)
 
bool next (Run *)
 Returns true for each "run" inside the textblob, setting the Run fields (if not null). More...
 
bool experimentalNext (ExperimentalRun *)
 

Constructor & Destructor Documentation

◆ Iter()

SkTextBlob::Iter::Iter ( const SkTextBlob )

Member Function Documentation

◆ experimentalNext()

bool SkTextBlob::Iter::experimentalNext ( ExperimentalRun )

◆ next()

bool SkTextBlob::Iter::next ( Run )

Returns true for each "run" inside the textblob, setting the Run fields (if not null).

If this returns false, there are no more runs, and the Run parameter will be ignored.


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