Searched refs:updateFontWeight (Results 1 – 9 of 9) sorted by relevance
74 updateFontWeight.reset(); in ResetStyle()105 std::optional<FontWeight> updateFontWeight = std::nullopt; member157 JSON_STRING_PUT_OPTIONAL_INT(jsonValue, updateFontWeight); in ToString()
347 if (updateSpanStyle.updateFontWeight.has_value()) { in CreateFontSpanByTextStyle()1945 if (updateSpanStyle.updateFontWeight.has_value()) { in UpdateTextStyle()2244 updateSpanStyle.updateFontWeight = spanStyle.GetFontWeight(); in SetSelectSpanStyle()2251 updateSpanStyle.updateFontWeight = updateSpanStyle_.updateFontWeight; in SetSelectSpanStyle()2252 spanStyle.SetFontWeight(updateSpanStyle_.updateFontWeight.value()); in SetSelectSpanStyle()
142 typingStyle.updateFontWeight = FONT_WEIGHT_VALUE; in SetTypingStyle()
838 updateSpanStyle.updateFontWeight = FONT_WEIGHT_VALUE;887 updateSpanStyle.updateFontWeight = FONT_WEIGHT_VALUE;
138 typingStyle.updateFontWeight = FONT_WEIGHT_VALUE; in SetTypingStyle()
360 EXPECT_EQ(richEditorPattern->GetUpdateSpanStyle().updateFontWeight, Ace::FontWeight::BOLD);
1409 updateSpanStyle.updateFontWeight = FONT_WEIGHT_VALUE;3700 updateSpanStyle.updateFontWeight = FONT_WEIGHT_BOLD;
226 updateSpanStyle_.updateFontWeight = fontWeight; in ParseTextStyle()
2316 updateSpanStyle.updateFontWeight = ConvertStrToFontWeight(weight); in ParseJsTextStyle()2478 if (typingStyle.updateFontWeight.has_value()) { in CreateTypingStyleResult()2479 …bj->SetProperty<int32_t>("fontWeight", static_cast<int32_t>(typingStyle.updateFontWeight.value())); in CreateTypingStyleResult()