Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h303 void SetHasUserFontWeight(bool hasUserFontWeight) in SetHasUserFontWeight()
305 hasUserFontWeight_ = hasUserFontWeight; in SetHasUserFontWeight()
471 void UpdateUserFontWeight(bool hasUserFontWeight) in UpdateUserFontWeight() argument
473 hasUserFontWeight_ = hasUserFontWeight; in UpdateUserFontWeight()
474 spanItem_->SetHasUserFontWeight(hasUserFontWeight); in UpdateUserFontWeight()