Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h373 std::string GetFontInJson() const;
H A Dtext_pattern.cpp2440 json->PutExtAttr("font", GetFontInJson().c_str(), filter); in ToJsonValue()
2461 std::string TextPattern::GetFontInJson() const in GetFontInJson() function in OHOS::Ace::NG::TextPattern
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testfive_ng.cpp2015 EXPECT_GT(textPattern->GetFontInJson().size(), 0);
2019 EXPECT_GT(textPattern->GetFontInJson().size(), 0);