Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model.h75 updateFontFamily.reset(); in ResetStyle()
106 std::optional<std::vector<std::string>> updateFontFamily = std::nullopt; member
H A Drich_editor_pattern.cpp356 if (updateSpanStyle.updateFontFamily.has_value()) { in CreateFontSpanByTextStyle()
1949 if (updateSpanStyle.updateFontFamily.has_value()) { in UpdateTextStyle()
2245 updateSpanStyle.updateFontFamily = spanStyle.GetFontFamilies(); in SetSelectSpanStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_richeditor_controller_ffi.cpp229 updateSpanStyle_.updateFontFamily = fontFamily; in ParseTextStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_test_ng.cpp839 updateSpanStyle.updateFontFamily = FONT_FAMILY_VALUE;
888 updateSpanStyle.updateFontFamily = FONT_FAMILY_VALUE;
H A Drich_editor_click_test_ng.cpp891 updateSpanStyle.updateFontFamily = FONT_FAMILY_VALUE;
H A Drich_editor_test_ng.cpp1410 updateSpanStyle.updateFontFamily = FONT_FAMILY_VALUE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp2322 updateSpanStyle.updateFontFamily = family; in ParseJsTextStyle()
2454 if (typingStyle.updateFontFamily.has_value()) { in CreateTypingStyleResult()
2455 std::string family = V2::ConvertFontFamily(typingStyle.updateFontFamily.value()); in CreateTypingStyleResult()