Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_appearance/services/src/
H A Dui_appearance_ability.cpp210 std::string fontWeightSize = BASE_SCALE; in DoCompatibleProcess() local
211 if (getOldParam(FONT_Weight_SCAL_FOR_USER0, fontWeightSize)) { in DoCompatibleProcess()
216 SetParameterWrap(FontWeightScaleParamAssignUser(id), fontWeightSize); in DoCompatibleProcess()
217 LOGI("userId:%{public}d set fontWeightSize %{public}s", id, fontWeightSize.c_str()); in DoCompatibleProcess()