MCPcopy Create free account
hub / github.com/Snapchat/Valdi / TextLayoutEntrySegment

Class TextLayoutEntrySegment

snap_drawing/src/snap_drawing/cpp/Text/TextLayout.hpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52};
53
54struct TextLayoutEntrySegment {
55 Rect bounds;
56 Ref<Font> font;
57 std::string characters;
58
59 TextLayoutEntrySegment();
60 TextLayoutEntrySegment(const Rect& bounds, const Ref<Font>& font, const std::string& characters);
61};
62
63struct TextLayoutEntry {
64 sk_sp<SkTextBlob> textBlob;

Callers 2

TESTFunction · 0.85
TextLayout.cppFile · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68