Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.h93 const Ace::FontWeight FONT_WEIGHT_BOLD = Ace::FontWeight::BOLD; variable
H A Drich_editor_content_modifier_test_ng.cpp36 const Font TEST_FONT = { FONT_WEIGHT_BOLD, FONT_SIZE_VALUE, ITALIC_FONT_STYLE_VALUE, FONT_FAMILY_VA…
H A Drich_editor_styled_string_test_ng.cpp35 const Font TEST_FONT = { FONT_WEIGHT_BOLD, FONT_SIZE_VALUE, ITALIC_FONT_STYLE_VALUE, FONT_FAMILY_VA…
228 EXPECT_EQ(fontStyle->GetFontWeight(), FONT_WEIGHT_BOLD);
H A Drich_editor_base_test_ng.cpp1294 updateSpanStyle.updateSymbolFontWeight = FONT_WEIGHT_BOLD;
1302 style.SetFontWeight(FONT_WEIGHT_BOLD);
1316 EXPECT_EQ(newSpan1->GetFontWeight(), FONT_WEIGHT_BOLD);
H A Drich_editor_test_ng.cpp99 const Ace::FontWeight FONT_WEIGHT_BOLD = Ace::FontWeight::BOLD; variable
3700 updateSpanStyle.updateFontWeight = FONT_WEIGHT_BOLD;
3708 style.SetFontWeight(FONT_WEIGHT_BOLD);
3722 EXPECT_EQ(newSpan1->GetFontWeight(), FONT_WEIGHT_BOLD);