Flutter Engine
The Flutter Engine
|
#include <SkClusterator.h>
Classes | |
struct | Cluster |
Public Member Functions | |
SkClusterator (const sktext::GlyphRun &run) | |
uint32_t | glyphCount () const |
bool | reversedChars () const |
Cluster | next () |
Given the m-to-n glyph-to-character mapping data (as returned by harfbuzz), iterate over the clusters.
Definition at line 18 of file SkClusterator.h.
SkClusterator::SkClusterator | ( | const sktext::GlyphRun & | run | ) |
Definition at line 29 of file SkClusterator.cpp.
|
inline |
Definition at line 21 of file SkClusterator.h.
SkClusterator::Cluster SkClusterator::next | ( | ) |
Definition at line 43 of file SkClusterator.cpp.
|
inline |
Definition at line 22 of file SkClusterator.h.