Home
last modified time | relevance | path

Searched refs:appFontMaxScale (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3411 std::string appFontMaxScale = jsonObject.at(JSON_KEY_APP_FONT_MAX_SCALE).get<std::string>(); in ParseAppConfigurationParams() local
3413 if (std::regex_match(appFontMaxScale, INTEGER_REGEX)) { in ParseAppConfigurationParams()
3414 appConfig.AddItem(AAFwk::GlobalConfigurationKey::APP_FONT_MAX_SCALE, appFontMaxScale); in ParseAppConfigurationParams()

Completed in 10 milliseconds