Searched defs:FontSpan (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ | ||
H A D | span_object.h | 120 class FontSpan : public SpanBase { class in OHOS::Ace::SpanType |
H A D | span_object.cpp | 57 FontSpan::FontSpan(Font font) : SpanBase(0, 0), font_(std::move(font)) {} in FontSpan() function in OHOS::Ace::FontSpan 59 FontSpan::FontSpan(Font font, int32_t start, int32_t end) : SpanBase(start, end), font_(std::move(font)) {} in FontSpan() function in OHOS::Ace::FontSpan [all...] |
Completed in 4 milliseconds