Home
last modified time | relevance | path

Searched defs:CustomSpanItem (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h688 struct CustomSpanItem : public PlaceholderSpanItem { struct
692 CustomSpanItem() : PlaceholderSpanItem() in CustomSpanItem() argument
700 ACE_DISALLOW_COPY_AND_MOVE(CustomSpanItem); argument
701 std::optional<std::function<CustomSpanMetrics(CustomSpanMeasureInfo)>> onMeasure;
702 std::optional<std::function<void(NG::DrawingContext&, CustomSpanOptions)>> onDraw;
703 bool isFrameNode = false;