Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp495 fontWeightValue = textStyle.GetVariableFontWeight(); in ConvertTxtStyle()
726 fontWeightValue = textStyle.GetVariableFontWeight(); in ConvertTxtStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h351 int32_t GetVariableFontWeight() const in GetVariableFontWeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp2469 …jsonValue->Put("variableFontWeight", std::to_string(textLayoutProp->GetVariableFontWeight().value_… in GetFontInJson()
3224 … child->UpdateVariableFontWeightWithoutFlushDirty(textLayoutProp->GetVariableFontWeight().value()); in UpdateChildProperty()