5 #ifndef FLUTTER_IMPELLER_TOOLKIT_INTEROP_GLYPH_INFO_H_
6 #define FLUTTER_IMPELLER_TOOLKIT_INTEROP_GLYPH_INFO_H_
8 #include "flutter/third_party/skia/modules/skparagraph/include/Paragraph.h"
21 IMPELLER_INTERNAL_HANDLE_NAME(ImpellerGlyphInfo)> {
23 explicit GlyphInfo(skia::textlayout::Paragraph::GlyphInfo info)
58 const skia::textlayout::Paragraph::GlyphInfo info_;
Internal C++ peer of ImpellerGlyphInfo. For detailed documentation, refer to the headerdocs in the pu...
ImpellerTextDirection GetTextDirection() const
size_t GetGraphemeClusterCodeUnitRangeBegin() const
ImpellerRect GetGraphemeClusterBounds() const
size_t GetGraphemeClusterCodeUnitRangeEnd() const
GlyphInfo(const GlyphInfo &)=delete
GlyphInfo & operator=(const GlyphInfo &)=delete
GlyphInfo(skia::textlayout::Paragraph::GlyphInfo info)