Home
last modified time | relevance | path

Searched refs:TLV_SPAN_FONT_STYLE_FONTWEIGHT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.h111 constexpr uint8_t TLV_SPAN_FONT_STYLE_FONTWEIGHT = 0x5C; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp694 WRITE_TEXT_STYLE_TLV(fontStyle, FontWeight, TLV_SPAN_FONT_STYLE_FONTWEIGHT, FontWeight); in EncodeTlv()
756 … READ_TEXT_STYLE_TLV(fontStyle, UpdateFontWeight, TLV_SPAN_FONT_STYLE_FONTWEIGHT, FontWeight); in DecodeTlv()